Shades of Dark Tangerine #FC9F0F
Tints of Dark Tangerine #FC9F0F
RGB
CMYK
RGB Variations
Color information
#FC9F0F (or 0xFC9F0F) is known color: Dark Tangerine. HEX triplet: FC, 9F and 0F. RGB value is (252,159,15). Sum of RGB (Red+Green+Blue) = 252+159+15=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9F0F is #0360F0. Grayscale: #ABABAB. Windows color (decimal): -221425 or 1023996. OLE color: 1023996.
HSL color Cylindrical-coordinate representation of color #FC9F0F: hue angle of 36.46º 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 #FC9F0F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.01 |
| HSL | 36.46º | 0.98% | 0.52% | - |
| HSV(B) | 36.46º | 0.94% | 0.99% | - |
| XYZ | 52.63 | 45.53 | 6.47 | - |
| YUV | 170.39 | 40.31 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 15 | 0 | 0.37 | 0.94 | 0.01 | 36.46 | 0.98 | 0.52 |
| Hex | FC | 9F | F | 0 | 25 | 5E | 1 | 24 | 62 | 34 |
| Octal | 374 | 237 | 17 | 0 | 45 | 136 | 1 | 44 | 142 | 64 |
| Binary | 11111100 | 10011111 | 1111 | 0 | 100101 | 1011110 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FC9F0F
Complementary color
Monochromatic Colors of #FC9F0F
Black with #FC9F0F
Text Example
Text Example
White with #FC9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F0F; }
p { color: rgb(252,159,15); }
H1.HeaderClassName
{
color: #FC9F0F;
}
.AnyTagClassName
{
color: #FC9F0F;
}
</style>
background-color css
<style>
a { background-color: #FC9F0F; }
a { background-color: rgb(252,159,15); }
div.DivClassName
{
background-color: #FC9F0F;
}
.BgClassName
{
background-color: #FC9F0F;
}
</style>
border-color css
<style>
span { border-color: #FC9F0F; }
span { border-color: rgb(252,159,15); }
td.TdClassName
{
border-color: #FC9F0F;
}
.TagClassName
{
border-color: #FC9F0F;
}
</style>