In the RGB color space, #FF9966 is composed of 100% red, 60% green, and 40% blue.
In the CMYK color space, #FF9966 is composed of 0% cyan, 40% magenta, 60% yellow, and 0% black,
It has a hue angle of 20.0 degrees, a saturation of 100%, and a lightness of 70%.
This is a websafe color.
The hexadecimal color #FF9966 has RGB values of R:255, G:153, B:102 and CMYK values of C:0, M:40, Y:60, K:0. It has a decimal value of 16750950.
Hexadecimal | #FF9966 | #FF9966 |
RGB Decimal | 255, 153, 102 | rgb(255, 153, 102) |
RGB Percent | 100, 60, 40 | rgb(100%, 60%, 40%) |
RGB Proportion | 1.0, 0.6, 0.4 | rgb(1.0, 0.6, 0.4) |
CMYK | 0, 40, 60, 0 | |
HSL | 20.0ยบ, 100, 70 | hsl(20.0, 100%, 70%) |
Websafe | FF9966 | #FF9966 |
XYZ | 55.03, 45.002, 18.356 | |
Yxy | 45.002, 0.465, 0.38 | |
CIE-LAB | 72.893, 33.572, 42.779 | |
CIE-LCH | 72.893, 54.379, 51.876 | |
CIE-LUV | 72.893, 78.199, 45.036 | |
Hunter-Lab | 67.084, 29.031, 30.735 |
Colors that go well with #FF9966.
Common HTML and CSS shortcodes for #FF9966.
<div style="color: #FF9966;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #FF9966;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #FF9966;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #FF9966 to transparent.
<div style="background: linear-gradient(#FF9966, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #FF9966 to transparent.
<div style="background: radial-gradient(#FF9966, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #FF9966 to #006699.
<div style="background: linear-gradient(#FF9966, #006699);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #FF9966 to #006699.
<div style="background: radial-gradient(#FF9966, #006699);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #FF9966; }
.background { background-color: #FF9966; }
.border { border: 1px solid #FF9966; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040202 while the lightest tint is #FFFDFC.