Shades of Dark Orange #FB8C03
Tints of Dark Orange #FB8C03
RGB
CMYK
RGB Variations
Color information
#FB8C03 (or 0xFB8C03) is known color: Dark Orange. HEX triplet: FB, 8C and 03. RGB value is (251,140,3). Sum of RGB (Red+Green+Blue) = 251+140+3=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C03 is #0473FC. Grayscale: #9E9E9E. Windows color (decimal): -291837 or 232699. OLE color: 232699.
HSL color Cylindrical-coordinate representation of color #FB8C03: hue angle of 33.15º 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 #FB8C03 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.02 |
| HSL | 33.15º | 0.98% | 0.5% | - |
| HSV(B) | 33.15º | 0.99% | 0.98% | - |
| XYZ | 49.18 | 39.27 | 5.07 | - |
| YUV | 157.57 | 40.77 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 3 | 0 | 0.44 | 0.99 | 0.02 | 33.15 | 0.98 | 0.5 |
| Hex | FB | 8C | 3 | 0 | 2C | 63 | 2 | 21 | 62 | 32 |
| Octal | 373 | 214 | 3 | 0 | 54 | 143 | 2 | 41 | 142 | 62 |
| Binary | 11111011 | 10001100 | 11 | 0 | 101100 | 1100011 | 10 | 100001 | 1100010 | 110010 |
Color Harmonies of #FB8C03
Complementary color
Monochromatic Colors of #FB8C03
Black with #FB8C03
Text Example
Text Example
White with #FB8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C03; }
p { color: rgb(251,140,3); }
H1.HeaderClassName
{
color: #FB8C03;
}
.AnyTagClassName
{
color: #FB8C03;
}
</style>
background-color css
<style>
a { background-color: #FB8C03; }
a { background-color: rgb(251,140,3); }
div.DivClassName
{
background-color: #FB8C03;
}
.BgClassName
{
background-color: #FB8C03;
}
</style>
border-color css
<style>
span { border-color: #FB8C03; }
span { border-color: rgb(251,140,3); }
td.TdClassName
{
border-color: #FB8C03;
}
.TagClassName
{
border-color: #FB8C03;
}
</style>