Shades of Dark Orange #FB8C05
Tints of Dark Orange #FB8C05
RGB
CMYK
RGB Variations
Color information
#FB8C05 (or 0xFB8C05) is known color: Dark Orange. HEX triplet: FB, 8C and 05. RGB value is (251,140,5). Sum of RGB (Red+Green+Blue) = 251+140+5=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C05 is #0473FA. Grayscale: #9E9E9E. Windows color (decimal): -291835 or 363771. OLE color: 363771.
HSL color Cylindrical-coordinate representation of color #FB8C05: hue angle of 32.93º 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 #FB8C05 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.02 |
| HSL | 32.93º | 0.97% | 0.5% | - |
| HSV(B) | 32.93º | 0.98% | 0.98% | - |
| XYZ | 49.19 | 39.28 | 5.13 | - |
| YUV | 157.8 | 41.77 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 5 | 0 | 0.44 | 0.98 | 0.02 | 32.93 | 0.97 | 0.5 |
| Hex | FB | 8C | 5 | 0 | 2C | 62 | 2 | 21 | 61 | 32 |
| Octal | 373 | 214 | 5 | 0 | 54 | 142 | 2 | 41 | 141 | 62 |
| Binary | 11111011 | 10001100 | 101 | 0 | 101100 | 1100010 | 10 | 100001 | 1100001 | 110010 |
Color Harmonies of #FB8C05
Complementary color
Monochromatic Colors of #FB8C05
Black with #FB8C05
Text Example
Text Example
White with #FB8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C05; }
p { color: rgb(251,140,5); }
H1.HeaderClassName
{
color: #FB8C05;
}
.AnyTagClassName
{
color: #FB8C05;
}
</style>
background-color css
<style>
a { background-color: #FB8C05; }
a { background-color: rgb(251,140,5); }
div.DivClassName
{
background-color: #FB8C05;
}
.BgClassName
{
background-color: #FB8C05;
}
</style>
border-color css
<style>
span { border-color: #FB8C05; }
span { border-color: rgb(251,140,5); }
td.TdClassName
{
border-color: #FB8C05;
}
.TagClassName
{
border-color: #FB8C05;
}
</style>