Shades of Dark Tangerine #FC990F
Tints of Dark Tangerine #FC990F
RGB
CMYK
RGB Variations
Color information
#FC990F (or 0xFC990F) is known color: Dark Tangerine. HEX triplet: FC, 99 and 0F. RGB value is (252,153,15). Sum of RGB (Red+Green+Blue) = 252+153+15=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC990F is #0366F0. Grayscale: #A7A7A7. Windows color (decimal): -222961 or 1022460. OLE color: 1022460.
HSL color Cylindrical-coordinate representation of color #FC990F: hue angle of 34.94º 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 #FC990F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.01 |
| HSL | 34.94º | 0.98% | 0.52% | - |
| HSV(B) | 34.94º | 0.94% | 0.99% | - |
| XYZ | 51.62 | 43.51 | 6.13 | - |
| YUV | 166.87 | 42.3 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 15 | 0 | 0.39 | 0.94 | 0.01 | 34.94 | 0.98 | 0.52 |
| Hex | FC | 99 | F | 0 | 27 | 5E | 1 | 23 | 62 | 34 |
| Octal | 374 | 231 | 17 | 0 | 47 | 136 | 1 | 43 | 142 | 64 |
| Binary | 11111100 | 10011001 | 1111 | 0 | 100111 | 1011110 | 1 | 100011 | 1100010 | 110100 |
Color Harmonies of #FC990F
Complementary color
Monochromatic Colors of #FC990F
Black with #FC990F
Text Example
Text Example
White with #FC990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC990F; }
p { color: rgb(252,153,15); }
H1.HeaderClassName
{
color: #FC990F;
}
.AnyTagClassName
{
color: #FC990F;
}
</style>
background-color css
<style>
a { background-color: #FC990F; }
a { background-color: rgb(252,153,15); }
div.DivClassName
{
background-color: #FC990F;
}
.BgClassName
{
background-color: #FC990F;
}
</style>
border-color css
<style>
span { border-color: #FC990F; }
span { border-color: rgb(252,153,15); }
td.TdClassName
{
border-color: #FC990F;
}
.TagClassName
{
border-color: #FC990F;
}
</style>