Shades of Dark Orange #FB8503
Tints of Dark Orange #FB8503
RGB
CMYK
RGB Variations
Color information
#FB8503 (or 0xFB8503) is known color: Dark Orange. HEX triplet: FB, 85 and 03. RGB value is (251,133,3). Sum of RGB (Red+Green+Blue) = 251+133+3=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8503 is #047AFC. Grayscale: #9A9A9A. Windows color (decimal): -293629 or 230907. OLE color: 230907.
HSL color Cylindrical-coordinate representation of color #FB8503: hue angle of 31.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB8503 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.02 |
| HSL | 31.45º | 0.98% | 0.5% | - |
| HSV(B) | 31.45º | 0.99% | 0.98% | - |
| XYZ | 48.19 | 37.29 | 4.74 | - |
| YUV | 153.46 | 43.09 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 3 | 0 | 0.47 | 0.99 | 0.02 | 31.45 | 0.98 | 0.5 |
| Hex | FB | 85 | 3 | 0 | 2F | 63 | 2 | 1F | 62 | 32 |
| Octal | 373 | 205 | 3 | 0 | 57 | 143 | 2 | 37 | 142 | 62 |
| Binary | 11111011 | 10000101 | 11 | 0 | 101111 | 1100011 | 10 | 11111 | 1100010 | 110010 |
Color Harmonies of #FB8503
Complementary color
Monochromatic Colors of #FB8503
Black with #FB8503
Text Example
Text Example
White with #FB8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8503; }
p { color: rgb(251,133,3); }
H1.HeaderClassName
{
color: #FB8503;
}
.AnyTagClassName
{
color: #FB8503;
}
</style>
background-color css
<style>
a { background-color: #FB8503; }
a { background-color: rgb(251,133,3); }
div.DivClassName
{
background-color: #FB8503;
}
.BgClassName
{
background-color: #FB8503;
}
</style>
border-color css
<style>
span { border-color: #FB8503; }
span { border-color: rgb(251,133,3); }
td.TdClassName
{
border-color: #FB8503;
}
.TagClassName
{
border-color: #FB8503;
}
</style>