Shades of Dark Orange #FB9211
Tints of Dark Orange #FB9211
RGB
CMYK
RGB Variations
Color information
#FB9211 (or 0xFB9211) is known color: Dark Orange. HEX triplet: FB, 92 and 11. RGB value is (251,146,17). Sum of RGB (Red+Green+Blue) = 251+146+17=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9211 is #046DEE. Grayscale: #A3A3A3. Windows color (decimal): -290287 or 1151739. OLE color: 1151739.
HSL color Cylindrical-coordinate representation of color #FB9211: hue angle of 33.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB9211 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.02 |
| HSL | 33.08º | 0.97% | 0.53% | - |
| HSV(B) | 33.08º | 0.93% | 0.98% | - |
| XYZ | 50.16 | 41.11 | 5.82 | - |
| YUV | 162.69 | 45.79 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 17 | 0 | 0.42 | 0.93 | 0.02 | 33.08 | 0.97 | 0.53 |
| Hex | FB | 92 | 11 | 0 | 2A | 5D | 2 | 21 | 61 | 35 |
| Octal | 373 | 222 | 21 | 0 | 52 | 135 | 2 | 41 | 141 | 65 |
| Binary | 11111011 | 10010010 | 10001 | 0 | 101010 | 1011101 | 10 | 100001 | 1100001 | 110101 |
Color Harmonies of #FB9211
Complementary color
Monochromatic Colors of #FB9211
Black with #FB9211
Text Example
Text Example
White with #FB9211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9211; }
p { color: rgb(251,146,17); }
H1.HeaderClassName
{
color: #FB9211;
}
.AnyTagClassName
{
color: #FB9211;
}
</style>
background-color css
<style>
a { background-color: #FB9211; }
a { background-color: rgb(251,146,17); }
div.DivClassName
{
background-color: #FB9211;
}
.BgClassName
{
background-color: #FB9211;
}
</style>
border-color css
<style>
span { border-color: #FB9211; }
span { border-color: rgb(251,146,17); }
td.TdClassName
{
border-color: #FB9211;
}
.TagClassName
{
border-color: #FB9211;
}
</style>