Shades of Dark Tangerine #FB9A0E
Tints of Dark Tangerine #FB9A0E
RGB
CMYK
RGB Variations
Color information
#FB9A0E (or 0xFB9A0E) is known color: Dark Tangerine. HEX triplet: FB, 9A and 0E. RGB value is (251,154,14). Sum of RGB (Red+Green+Blue) = 251+154+14=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9A0E is #0465F1. Grayscale: #A7A7A7. Windows color (decimal): -288242 or 957179. OLE color: 957179.
HSL color Cylindrical-coordinate representation of color #FB9A0E: hue angle of 35.44º 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 #FB9A0E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.02 |
| HSL | 35.44º | 0.97% | 0.52% | - |
| HSV(B) | 35.44º | 0.94% | 0.98% | - |
| XYZ | 51.42 | 43.65 | 6.13 | - |
| YUV | 167.04 | 41.64 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 14 | 0 | 0.39 | 0.94 | 0.02 | 35.44 | 0.97 | 0.52 |
| Hex | FB | 9A | E | 0 | 27 | 5E | 2 | 23 | 61 | 34 |
| Octal | 373 | 232 | 16 | 0 | 47 | 136 | 2 | 43 | 141 | 64 |
| Binary | 11111011 | 10011010 | 1110 | 0 | 100111 | 1011110 | 10 | 100011 | 1100001 | 110100 |
Color Harmonies of #FB9A0E
Complementary color
Monochromatic Colors of #FB9A0E
Black with #FB9A0E
Text Example
Text Example
White with #FB9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A0E; }
p { color: rgb(251,154,14); }
H1.HeaderClassName
{
color: #FB9A0E;
}
.AnyTagClassName
{
color: #FB9A0E;
}
</style>
background-color css
<style>
a { background-color: #FB9A0E; }
a { background-color: rgb(251,154,14); }
div.DivClassName
{
background-color: #FB9A0E;
}
.BgClassName
{
background-color: #FB9A0E;
}
</style>
border-color css
<style>
span { border-color: #FB9A0E; }
span { border-color: rgb(251,154,14); }
td.TdClassName
{
border-color: #FB9A0E;
}
.TagClassName
{
border-color: #FB9A0E;
}
</style>