Shades of Dark Orange #FB9510
Tints of Dark Orange #FB9510
RGB
CMYK
RGB Variations
Color information
#FB9510 (or 0xFB9510) is known color: Dark Orange. HEX triplet: FB, 95 and 10. RGB value is (251,149,16). Sum of RGB (Red+Green+Blue) = 251+149+16=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9510 is #046AEF. Grayscale: #A4A4A4. Windows color (decimal): -289520 or 1086971. OLE color: 1086971.
HSL color Cylindrical-coordinate representation of color #FB9510: hue angle of 33.96º 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 #FB9510 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 16 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.02 |
| HSL | 33.96º | 0.97% | 0.52% | - |
| HSV(B) | 33.96º | 0.94% | 0.98% | - |
| XYZ | 50.62 | 42.04 | 5.94 | - |
| YUV | 164.34 | 44.29 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 16 | 0 | 0.41 | 0.94 | 0.02 | 33.96 | 0.97 | 0.52 |
| Hex | FB | 95 | 10 | 0 | 29 | 5E | 2 | 22 | 61 | 34 |
| Octal | 373 | 225 | 20 | 0 | 51 | 136 | 2 | 42 | 141 | 64 |
| Binary | 11111011 | 10010101 | 10000 | 0 | 101001 | 1011110 | 10 | 100010 | 1100001 | 110100 |
Color Harmonies of #FB9510
Complementary color
Monochromatic Colors of #FB9510
Black with #FB9510
Text Example
Text Example
White with #FB9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9510; }
p { color: rgb(251,149,16); }
H1.HeaderClassName
{
color: #FB9510;
}
.AnyTagClassName
{
color: #FB9510;
}
</style>
background-color css
<style>
a { background-color: #FB9510; }
a { background-color: rgb(251,149,16); }
div.DivClassName
{
background-color: #FB9510;
}
.BgClassName
{
background-color: #FB9510;
}
</style>
border-color css
<style>
span { border-color: #FB9510; }
span { border-color: rgb(251,149,16); }
td.TdClassName
{
border-color: #FB9510;
}
.TagClassName
{
border-color: #FB9510;
}
</style>