Shades of Dark Orange #FB8505
Tints of Dark Orange #FB8505
RGB
CMYK
RGB Variations
Color information
#FB8505 (or 0xFB8505) is known color: Dark Orange. HEX triplet: FB, 85 and 05. RGB value is (251,133,5). Sum of RGB (Red+Green+Blue) = 251+133+5=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8505 is #047AFA. Grayscale: #9A9A9A. Windows color (decimal): -293627 or 361979. OLE color: 361979.
HSL color Cylindrical-coordinate representation of color #FB8505: hue angle of 31.22º 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 #FB8505 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.02 |
| HSL | 31.22º | 0.97% | 0.5% | - |
| HSV(B) | 31.22º | 0.98% | 0.98% | - |
| XYZ | 48.2 | 37.3 | 4.8 | - |
| YUV | 153.69 | 44.09 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 5 | 0 | 0.47 | 0.98 | 0.02 | 31.22 | 0.97 | 0.5 |
| Hex | FB | 85 | 5 | 0 | 2F | 62 | 2 | 1F | 61 | 32 |
| Octal | 373 | 205 | 5 | 0 | 57 | 142 | 2 | 37 | 141 | 62 |
| Binary | 11111011 | 10000101 | 101 | 0 | 101111 | 1100010 | 10 | 11111 | 1100001 | 110010 |
Color Harmonies of #FB8505
Complementary color
Monochromatic Colors of #FB8505
Black with #FB8505
Text Example
Text Example
White with #FB8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8505; }
p { color: rgb(251,133,5); }
H1.HeaderClassName
{
color: #FB8505;
}
.AnyTagClassName
{
color: #FB8505;
}
</style>
background-color css
<style>
a { background-color: #FB8505; }
a { background-color: rgb(251,133,5); }
div.DivClassName
{
background-color: #FB8505;
}
.BgClassName
{
background-color: #FB8505;
}
</style>
border-color css
<style>
span { border-color: #FB8505; }
span { border-color: rgb(251,133,5); }
td.TdClassName
{
border-color: #FB8505;
}
.TagClassName
{
border-color: #FB8505;
}
</style>