Shades of Atomic Tangerine #FC9564
Tints of Atomic Tangerine #FC9564
RGB
CMYK
RGB Variations
Color information
#FC9564 (or 0xFC9564) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 64. RGB value is (252,149,100). Sum of RGB (Red+Green+Blue) = 252+149+100=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9564 is #036A9B. Grayscale: #AEAEAE. Windows color (decimal): -223900 or 6591996. OLE color: 6591996.
HSL color Cylindrical-coordinate representation of color #FC9564: hue angle of 19.34º 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 #FC9564 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 100 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.01 |
| HSL | 19.34º | 0.96% | 0.69% | - |
| HSV(B) | 19.34º | 0.6% | 0.99% | - |
| XYZ | 53.19 | 43.11 | 17.57 | - |
| YUV | 174.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 100 | 0 | 0.41 | 0.60 | 0.01 | 19.34 | 0.96 | 0.69 |
| Hex | FC | 95 | 64 | 0 | 29 | 3C | 1 | 13 | 60 | 45 |
| Octal | 374 | 225 | 144 | 0 | 51 | 74 | 1 | 23 | 140 | 105 |
| Binary | 11111100 | 10010101 | 1100100 | 0 | 101001 | 111100 | 1 | 10011 | 1100000 | 1000101 |
Color Harmonies of #FC9564
Complementary color
Monochromatic Colors of #FC9564
Black with #FC9564
Text Example
Text Example
White with #FC9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9564; }
p { color: rgb(252,149,100); }
H1.HeaderClassName
{
color: #FC9564;
}
.AnyTagClassName
{
color: #FC9564;
}
</style>
background-color css
<style>
a { background-color: #FC9564; }
a { background-color: rgb(252,149,100); }
div.DivClassName
{
background-color: #FC9564;
}
.BgClassName
{
background-color: #FC9564;
}
</style>
border-color css
<style>
span { border-color: #FC9564; }
span { border-color: rgb(252,149,100); }
td.TdClassName
{
border-color: #FC9564;
}
.TagClassName
{
border-color: #FC9564;
}
</style>