Shades of Dark Tangerine #FC9C16
Tints of Dark Tangerine #FC9C16
RGB
CMYK
RGB Variations
Color information
#FC9C16 (or 0xFC9C16) is known color: Dark Tangerine. HEX triplet: FC, 9C and 16. RGB value is (252,156,22). Sum of RGB (Red+Green+Blue) = 252+156+22=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C16 is #0363E9. Grayscale: #AAAAAA. Windows color (decimal): -222186 or 1481980. OLE color: 1481980.
HSL color Cylindrical-coordinate representation of color #FC9C16: hue angle of 34.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC9C16 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.01 |
| HSL | 34.96º | 0.97% | 0.54% | - |
| HSV(B) | 34.96º | 0.91% | 0.99% | - |
| XYZ | 52.18 | 44.53 | 6.6 | - |
| YUV | 169.43 | 44.8 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 22 | 0 | 0.38 | 0.91 | 0.01 | 34.96 | 0.97 | 0.54 |
| Hex | FC | 9C | 16 | 0 | 26 | 5B | 1 | 23 | 61 | 36 |
| Octal | 374 | 234 | 26 | 0 | 46 | 133 | 1 | 43 | 141 | 66 |
| Binary | 11111100 | 10011100 | 10110 | 0 | 100110 | 1011011 | 1 | 100011 | 1100001 | 110110 |
Color Harmonies of #FC9C16
Complementary color
Monochromatic Colors of #FC9C16
Black with #FC9C16
Text Example
Text Example
White with #FC9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C16; }
p { color: rgb(252,156,22); }
H1.HeaderClassName
{
color: #FC9C16;
}
.AnyTagClassName
{
color: #FC9C16;
}
</style>
background-color css
<style>
a { background-color: #FC9C16; }
a { background-color: rgb(252,156,22); }
div.DivClassName
{
background-color: #FC9C16;
}
.BgClassName
{
background-color: #FC9C16;
}
</style>
border-color css
<style>
span { border-color: #FC9C16; }
span { border-color: rgb(252,156,22); }
td.TdClassName
{
border-color: #FC9C16;
}
.TagClassName
{
border-color: #FC9C16;
}
</style>