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