Shades of Dark Orange #FB8E0B
Tints of Dark Orange #FB8E0B
RGB
CMYK
RGB Variations
Color information
#FB8E0B (or 0xFB8E0B) is known color: Dark Orange. HEX triplet: FB, 8E and 0B. RGB value is (251,142,11). Sum of RGB (Red+Green+Blue) = 251+142+11=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8E0B is #0471F4. Grayscale: #A0A0A0. Windows color (decimal): -291317 or 757499. OLE color: 757499.
HSL color Cylindrical-coordinate representation of color #FB8E0B: hue angle of 32.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB8E0B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.02 |
| HSL | 32.75º | 0.97% | 0.51% | - |
| HSV(B) | 32.75º | 0.96% | 0.98% | - |
| XYZ | 49.52 | 39.88 | 5.4 | - |
| YUV | 159.66 | 44.11 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 11 | 0 | 0.43 | 0.96 | 0.02 | 32.75 | 0.97 | 0.51 |
| Hex | FB | 8E | B | 0 | 2B | 60 | 2 | 21 | 61 | 33 |
| Octal | 373 | 216 | 13 | 0 | 53 | 140 | 2 | 41 | 141 | 63 |
| Binary | 11111011 | 10001110 | 1011 | 0 | 101011 | 1100000 | 10 | 100001 | 1100001 | 110011 |
Color Harmonies of #FB8E0B
Complementary color
Monochromatic Colors of #FB8E0B
Black with #FB8E0B
Text Example
Text Example
White with #FB8E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E0B; }
p { color: rgb(251,142,11); }
H1.HeaderClassName
{
color: #FB8E0B;
}
.AnyTagClassName
{
color: #FB8E0B;
}
</style>
background-color css
<style>
a { background-color: #FB8E0B; }
a { background-color: rgb(251,142,11); }
div.DivClassName
{
background-color: #FB8E0B;
}
.BgClassName
{
background-color: #FB8E0B;
}
</style>
border-color css
<style>
span { border-color: #FB8E0B; }
span { border-color: rgb(251,142,11); }
td.TdClassName
{
border-color: #FB8E0B;
}
.TagClassName
{
border-color: #FB8E0B;
}
</style>