Shades of Dark Tangerine #FC9C0F
Tints of Dark Tangerine #FC9C0F
RGB
CMYK
RGB Variations
Color information
#FC9C0F (or 0xFC9C0F) is known color: Dark Tangerine. HEX triplet: FC, 9C and 0F. RGB value is (252,156,15). Sum of RGB (Red+Green+Blue) = 252+156+15=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C0F is #0363F0. Grayscale: #A9A9A9. Windows color (decimal): -222193 or 1023228. OLE color: 1023228.
HSL color Cylindrical-coordinate representation of color #FC9C0F: hue angle of 35.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC9C0F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.01 |
| HSL | 35.7º | 0.98% | 0.52% | - |
| HSV(B) | 35.7º | 0.94% | 0.99% | - |
| XYZ | 52.12 | 44.51 | 6.3 | - |
| YUV | 168.63 | 41.3 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 15 | 0 | 0.38 | 0.94 | 0.01 | 35.7 | 0.98 | 0.52 |
| Hex | FC | 9C | F | 0 | 26 | 5E | 1 | 24 | 62 | 34 |
| Octal | 374 | 234 | 17 | 0 | 46 | 136 | 1 | 44 | 142 | 64 |
| Binary | 11111100 | 10011100 | 1111 | 0 | 100110 | 1011110 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FC9C0F
Complementary color
Monochromatic Colors of #FC9C0F
Black with #FC9C0F
Text Example
Text Example
White with #FC9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C0F; }
p { color: rgb(252,156,15); }
H1.HeaderClassName
{
color: #FC9C0F;
}
.AnyTagClassName
{
color: #FC9C0F;
}
</style>
background-color css
<style>
a { background-color: #FC9C0F; }
a { background-color: rgb(252,156,15); }
div.DivClassName
{
background-color: #FC9C0F;
}
.BgClassName
{
background-color: #FC9C0F;
}
</style>
border-color css
<style>
span { border-color: #FC9C0F; }
span { border-color: rgb(252,156,15); }
td.TdClassName
{
border-color: #FC9C0F;
}
.TagClassName
{
border-color: #FC9C0F;
}
</style>