Shades of Dark Orange #FB8C11
Tints of Dark Orange #FB8C11
RGB
CMYK
RGB Variations
Color information
#FB8C11 (or 0xFB8C11) is known color: Dark Orange. HEX triplet: FB, 8C and 11. RGB value is (251,140,17). Sum of RGB (Red+Green+Blue) = 251+140+17=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C11 is #0473EE. Grayscale: #9F9F9F. Windows color (decimal): -291823 or 1150203. OLE color: 1150203.
HSL color Cylindrical-coordinate representation of color #FB8C11: hue angle of 31.54º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB8C11 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.02 |
| HSL | 31.54º | 0.97% | 0.53% | - |
| HSV(B) | 31.54º | 0.93% | 0.98% | - |
| XYZ | 49.26 | 39.31 | 5.52 | - |
| YUV | 159.17 | 47.77 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 17 | 0 | 0.44 | 0.93 | 0.02 | 31.54 | 0.97 | 0.53 |
| Hex | FB | 8C | 11 | 0 | 2C | 5D | 2 | 20 | 61 | 35 |
| Octal | 373 | 214 | 21 | 0 | 54 | 135 | 2 | 40 | 141 | 65 |
| Binary | 11111011 | 10001100 | 10001 | 0 | 101100 | 1011101 | 10 | 100000 | 1100001 | 110101 |
Color Harmonies of #FB8C11
Complementary color
Monochromatic Colors of #FB8C11
Black with #FB8C11
Text Example
Text Example
White with #FB8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C11; }
p { color: rgb(251,140,17); }
H1.HeaderClassName
{
color: #FB8C11;
}
.AnyTagClassName
{
color: #FB8C11;
}
</style>
background-color css
<style>
a { background-color: #FB8C11; }
a { background-color: rgb(251,140,17); }
div.DivClassName
{
background-color: #FB8C11;
}
.BgClassName
{
background-color: #FB8C11;
}
</style>
border-color css
<style>
span { border-color: #FB8C11; }
span { border-color: rgb(251,140,17); }
td.TdClassName
{
border-color: #FB8C11;
}
.TagClassName
{
border-color: #FB8C11;
}
</style>