Shades of Atomic Tangerine #FC9666
Tints of Atomic Tangerine #FC9666
RGB
CMYK
RGB Variations
Color information
#FC9666 (or 0xFC9666) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 66. RGB value is (252,150,102). Sum of RGB (Red+Green+Blue) = 252+150+102=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9666 is #036999. Grayscale: #AFAFAF. Windows color (decimal): -223642 or 6723324. OLE color: 6723324.
HSL color Cylindrical-coordinate representation of color #FC9666: hue angle of 19.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC9666 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 102 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.01 |
| HSL | 19.2º | 0.96% | 0.69% | - |
| HSV(B) | 19.2º | 0.6% | 0.99% | - |
| XYZ | 53.45 | 43.47 | 18.14 | - |
| YUV | 175.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 102 | 0 | 0.40 | 0.60 | 0.01 | 19.2 | 0.96 | 0.69 |
| Hex | FC | 96 | 66 | 0 | 28 | 3C | 1 | 13 | 60 | 45 |
| Octal | 374 | 226 | 146 | 0 | 50 | 74 | 1 | 23 | 140 | 105 |
| Binary | 11111100 | 10010110 | 1100110 | 0 | 101000 | 111100 | 1 | 10011 | 1100000 | 1000101 |
Color Harmonies of #FC9666
Complementary color
Monochromatic Colors of #FC9666
Black with #FC9666
Text Example
Text Example
White with #FC9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9666; }
p { color: rgb(252,150,102); }
H1.HeaderClassName
{
color: #FC9666;
}
.AnyTagClassName
{
color: #FC9666;
}
</style>
background-color css
<style>
a { background-color: #FC9666; }
a { background-color: rgb(252,150,102); }
div.DivClassName
{
background-color: #FC9666;
}
.BgClassName
{
background-color: #FC9666;
}
</style>
border-color css
<style>
span { border-color: #FC9666; }
span { border-color: rgb(252,150,102); }
td.TdClassName
{
border-color: #FC9666;
}
.TagClassName
{
border-color: #FC9666;
}
</style>