Shades of Dark Orange #FB890E
Tints of Dark Orange #FB890E
RGB
CMYK
RGB Variations
Color information
#FB890E (or 0xFB890E) is known color: Dark Orange. HEX triplet: FB, 89 and 0E. RGB value is (251,137,14). Sum of RGB (Red+Green+Blue) = 251+137+14=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB890E is #0476F1. Grayscale: #9D9D9D. Windows color (decimal): -292594 or 952827. OLE color: 952827.
HSL color Cylindrical-coordinate representation of color #FB890E: hue angle of 31.14º 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 #FB890E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.02 |
| HSL | 31.14º | 0.97% | 0.52% | - |
| HSV(B) | 31.14º | 0.94% | 0.98% | - |
| XYZ | 48.81 | 38.43 | 5.26 | - |
| YUV | 157.06 | 47.27 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 14 | 0 | 0.45 | 0.94 | 0.02 | 31.14 | 0.97 | 0.52 |
| Hex | FB | 89 | E | 0 | 2D | 5E | 2 | 1F | 61 | 34 |
| Octal | 373 | 211 | 16 | 0 | 55 | 136 | 2 | 37 | 141 | 64 |
| Binary | 11111011 | 10001001 | 1110 | 0 | 101101 | 1011110 | 10 | 11111 | 1100001 | 110100 |
Color Harmonies of #FB890E
Complementary color
Monochromatic Colors of #FB890E
Black with #FB890E
Text Example
Text Example
White with #FB890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB890E; }
p { color: rgb(251,137,14); }
H1.HeaderClassName
{
color: #FB890E;
}
.AnyTagClassName
{
color: #FB890E;
}
</style>
background-color css
<style>
a { background-color: #FB890E; }
a { background-color: rgb(251,137,14); }
div.DivClassName
{
background-color: #FB890E;
}
.BgClassName
{
background-color: #FB890E;
}
</style>
border-color css
<style>
span { border-color: #FB890E; }
span { border-color: rgb(251,137,14); }
td.TdClassName
{
border-color: #FB890E;
}
.TagClassName
{
border-color: #FB890E;
}
</style>