Shades of Dark Orange #FB9110
Tints of Dark Orange #FB9110
RGB
CMYK
RGB Variations
Color information
#FB9110 (or 0xFB9110) is known color: Dark Orange. HEX triplet: FB, 91 and 10. RGB value is (251,145,16). Sum of RGB (Red+Green+Blue) = 251+145+16=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9110 is #046EEF. Grayscale: #A2A2A2. Windows color (decimal): -290544 or 1085947. OLE color: 1085947.
HSL color Cylindrical-coordinate representation of color #FB9110: hue angle of 32.94º 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 #FB9110 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.02 |
| HSL | 32.94º | 0.97% | 0.52% | - |
| HSV(B) | 32.94º | 0.94% | 0.98% | - |
| XYZ | 50 | 40.8 | 5.73 | - |
| YUV | 161.99 | 45.62 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 16 | 0 | 0.42 | 0.94 | 0.02 | 32.94 | 0.97 | 0.52 |
| Hex | FB | 91 | 10 | 0 | 2A | 5E | 2 | 21 | 61 | 34 |
| Octal | 373 | 221 | 20 | 0 | 52 | 136 | 2 | 41 | 141 | 64 |
| Binary | 11111011 | 10010001 | 10000 | 0 | 101010 | 1011110 | 10 | 100001 | 1100001 | 110100 |
Color Harmonies of #FB9110
Complementary color
Monochromatic Colors of #FB9110
Black with #FB9110
Text Example
Text Example
White with #FB9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9110; }
p { color: rgb(251,145,16); }
H1.HeaderClassName
{
color: #FB9110;
}
.AnyTagClassName
{
color: #FB9110;
}
</style>
background-color css
<style>
a { background-color: #FB9110; }
a { background-color: rgb(251,145,16); }
div.DivClassName
{
background-color: #FB9110;
}
.BgClassName
{
background-color: #FB9110;
}
</style>
border-color css
<style>
span { border-color: #FB9110; }
span { border-color: rgb(251,145,16); }
td.TdClassName
{
border-color: #FB9110;
}
.TagClassName
{
border-color: #FB9110;
}
</style>