Shades of Atomic Tangerine #FF9666
Tints of Atomic Tangerine #FF9666
RGB
CMYK
RGB Variations
Color information
#FF9666 (or 0xFF9666) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 66. RGB value is (255,150,102). Sum of RGB (Red+Green+Blue) = 255+150+102=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9666 is #006999. Grayscale: #B0B0B0. Windows color (decimal): -27034 or 6723327. OLE color: 6723327.
HSL color Cylindrical-coordinate representation of color #FF9666: hue angle of 18.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9666 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 102 | - |
| CMYK | 0 | 0.41 | 0.6 | 0 |
| HSL | 18.82º | 1% | 0.7% | - |
| HSV(B) | 18.82º | 0.6% | 1% | - |
| XYZ | 54.54 | 44.03 | 18.19 | - |
| YUV | 175.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 102 | 0 | 0.41 | 0.6 | 0 | 18.82 | 1 | 0.7 |
| Hex | FF | 96 | 66 | 0 | 29 | 3C | 0 | 13 | 64 | 46 |
| Octal | 377 | 226 | 146 | 0 | 51 | 74 | 0 | 23 | 144 | 106 |
| Binary | 11111111 | 10010110 | 1100110 | 0 | 101001 | 111100 | 0 | 10011 | 1100100 | 1000110 |
Color Harmonies of #FF9666
Complementary color
Monochromatic Colors of #FF9666
Black with #FF9666
Text Example
Text Example
White with #FF9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9666; }
p { color: rgb(255,150,102); }
H1.HeaderClassName
{
color: #FF9666;
}
.AnyTagClassName
{
color: #FF9666;
}
</style>
background-color css
<style>
a { background-color: #FF9666; }
a { background-color: rgb(255,150,102); }
div.DivClassName
{
background-color: #FF9666;
}
.BgClassName
{
background-color: #FF9666;
}
</style>
border-color css
<style>
span { border-color: #FF9666; }
span { border-color: rgb(255,150,102); }
td.TdClassName
{
border-color: #FF9666;
}
.TagClassName
{
border-color: #FF9666;
}
</style>