Shades of Dark Orange #FB8510
Tints of Dark Orange #FB8510
RGB
CMYK
RGB Variations
Color information
#FB8510 (or 0xFB8510) is known color: Dark Orange. HEX triplet: FB, 85 and 10. RGB value is (251,133,16). Sum of RGB (Red+Green+Blue) = 251+133+16=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8510 is #047AEF. Grayscale: #9B9B9B. Windows color (decimal): -293616 or 1082875. OLE color: 1082875.
HSL color Cylindrical-coordinate representation of color #FB8510: hue angle of 29.87º 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 #FB8510 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 16 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.02 |
| HSL | 29.87º | 0.97% | 0.52% | - |
| HSV(B) | 29.87º | 0.94% | 0.98% | - |
| XYZ | 48.26 | 37.32 | 5.15 | - |
| YUV | 154.94 | 49.59 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 16 | 0 | 0.47 | 0.94 | 0.02 | 29.87 | 0.97 | 0.52 |
| Hex | FB | 85 | 10 | 0 | 2F | 5E | 2 | 1E | 61 | 34 |
| Octal | 373 | 205 | 20 | 0 | 57 | 136 | 2 | 36 | 141 | 64 |
| Binary | 11111011 | 10000101 | 10000 | 0 | 101111 | 1011110 | 10 | 11110 | 1100001 | 110100 |
Color Harmonies of #FB8510
Complementary color
Monochromatic Colors of #FB8510
Black with #FB8510
Text Example
Text Example
White with #FB8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8510; }
p { color: rgb(251,133,16); }
H1.HeaderClassName
{
color: #FB8510;
}
.AnyTagClassName
{
color: #FB8510;
}
</style>
background-color css
<style>
a { background-color: #FB8510; }
a { background-color: rgb(251,133,16); }
div.DivClassName
{
background-color: #FB8510;
}
.BgClassName
{
background-color: #FB8510;
}
</style>
border-color css
<style>
span { border-color: #FB8510; }
span { border-color: rgb(251,133,16); }
td.TdClassName
{
border-color: #FB8510;
}
.TagClassName
{
border-color: #FB8510;
}
</style>