Shades of Dark Tangerine #FB990E
Tints of Dark Tangerine #FB990E
RGB
CMYK
RGB Variations
Color information
#FB990E (or 0xFB990E) is known color: Dark Tangerine. HEX triplet: FB, 99 and 0E. RGB value is (251,153,14). Sum of RGB (Red+Green+Blue) = 251+153+14=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB990E is #0466F1. Grayscale: #A7A7A7. Windows color (decimal): -288498 or 956923. OLE color: 956923.
HSL color Cylindrical-coordinate representation of color #FB990E: hue angle of 35.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB990E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.02 |
| HSL | 35.19º | 0.97% | 0.52% | - |
| HSV(B) | 35.19º | 0.94% | 0.98% | - |
| XYZ | 51.25 | 43.32 | 6.08 | - |
| YUV | 166.46 | 41.97 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 14 | 0 | 0.39 | 0.94 | 0.02 | 35.19 | 0.97 | 0.52 |
| Hex | FB | 99 | E | 0 | 27 | 5E | 2 | 23 | 61 | 34 |
| Octal | 373 | 231 | 16 | 0 | 47 | 136 | 2 | 43 | 141 | 64 |
| Binary | 11111011 | 10011001 | 1110 | 0 | 100111 | 1011110 | 10 | 100011 | 1100001 | 110100 |
Color Harmonies of #FB990E
Complementary color
Monochromatic Colors of #FB990E
Black with #FB990E
Text Example
Text Example
White with #FB990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB990E; }
p { color: rgb(251,153,14); }
H1.HeaderClassName
{
color: #FB990E;
}
.AnyTagClassName
{
color: #FB990E;
}
</style>
background-color css
<style>
a { background-color: #FB990E; }
a { background-color: rgb(251,153,14); }
div.DivClassName
{
background-color: #FB990E;
}
.BgClassName
{
background-color: #FB990E;
}
</style>
border-color css
<style>
span { border-color: #FB990E; }
span { border-color: rgb(251,153,14); }
td.TdClassName
{
border-color: #FB990E;
}
.TagClassName
{
border-color: #FB990E;
}
</style>