Shades of Dark Orange #FB8905
Tints of Dark Orange #FB8905
RGB
CMYK
RGB Variations
Color information
#FB8905 (or 0xFB8905) is known color: Dark Orange. HEX triplet: FB, 89 and 05. RGB value is (251,137,5). Sum of RGB (Red+Green+Blue) = 251+137+5=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8905 is #0476FA. Grayscale: #9C9C9C. Windows color (decimal): -292603 or 363003. OLE color: 363003.
HSL color Cylindrical-coordinate representation of color #FB8905: hue angle of 32.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB8905 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.02 |
| HSL | 32.2º | 0.97% | 0.5% | - |
| HSV(B) | 32.2º | 0.98% | 0.98% | - |
| XYZ | 48.76 | 38.41 | 4.99 | - |
| YUV | 156.04 | 42.77 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 5 | 0 | 0.45 | 0.98 | 0.02 | 32.2 | 0.97 | 0.5 |
| Hex | FB | 89 | 5 | 0 | 2D | 62 | 2 | 20 | 61 | 32 |
| Octal | 373 | 211 | 5 | 0 | 55 | 142 | 2 | 40 | 141 | 62 |
| Binary | 11111011 | 10001001 | 101 | 0 | 101101 | 1100010 | 10 | 100000 | 1100001 | 110010 |
Color Harmonies of #FB8905
Complementary color
Monochromatic Colors of #FB8905
Black with #FB8905
Text Example
Text Example
White with #FB8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8905; }
p { color: rgb(251,137,5); }
H1.HeaderClassName
{
color: #FB8905;
}
.AnyTagClassName
{
color: #FB8905;
}
</style>
background-color css
<style>
a { background-color: #FB8905; }
a { background-color: rgb(251,137,5); }
div.DivClassName
{
background-color: #FB8905;
}
.BgClassName
{
background-color: #FB8905;
}
</style>
border-color css
<style>
span { border-color: #FB8905; }
span { border-color: rgb(251,137,5); }
td.TdClassName
{
border-color: #FB8905;
}
.TagClassName
{
border-color: #FB8905;
}
</style>