Shades of Atomic Tangerine #FC9C5E
Tints of Atomic Tangerine #FC9C5E
RGB
CMYK
RGB Variations
Color information
#FC9C5E (or 0xFC9C5E) is known color: Atomic Tangerine. HEX triplet: FC, 9C and 5E. RGB value is (252,156,94). Sum of RGB (Red+Green+Blue) = 252+156+94=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C5E is #0363A1. Grayscale: #B1B1B1. Windows color (decimal): -222114 or 6200572. OLE color: 6200572.
HSL color Cylindrical-coordinate representation of color #FC9C5E: hue angle of 23.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC9C5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 156 | 94 | - |
CMYK | 0 | 0.38 | 0.63 | 0.01 |
HSL | 23.54º | 0.96% | 0.68% | - |
HSV(B) | 23.54º | 0.63% | 0.99% | - |
XYZ | 54.05 | 45.28 | 16.48 | - |
YUV | 177.64 | 80.8 | 181.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 156 | 94 | 0 | 0.38 | 0.63 | 0.01 | 23.54 | 0.96 | 0.68 |
Hex | FC | 9C | 5E | 0 | 26 | 3F | 1 | 18 | 60 | 44 |
Octal | 374 | 234 | 136 | 0 | 46 | 77 | 1 | 30 | 140 | 104 |
Binary | 11111100 | 10011100 | 1011110 | 0 | 100110 | 111111 | 1 | 11000 | 1100000 | 1000100 |
Color Harmonies of #FC9C5E
Complementary color
Monochromatic Colors of #FC9C5E
Black with #FC9C5E
Text Example
Text Example
White with #FC9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C5E; }
p { color: rgb(252,156,94); }
H1.HeaderClassName
{
color: #FC9C5E;
}
.AnyTagClassName
{
color: #FC9C5E;
}
</style>
background-color css
<style>
a { background-color: #FC9C5E; }
a { background-color: rgb(252,156,94); }
div.DivClassName
{
background-color: #FC9C5E;
}
.BgClassName
{
background-color: #FC9C5E;
}
</style>
border-color css
<style>
span { border-color: #FC9C5E; }
span { border-color: rgb(252,156,94); }
td.TdClassName
{
border-color: #FC9C5E;
}
.TagClassName
{
border-color: #FC9C5E;
}
</style>