Shades of Dark Orange #FB8C0B
Tints of Dark Orange #FB8C0B
RGB
CMYK
RGB Variations
Color information
#FB8C0B (or 0xFB8C0B) is known color: Dark Orange. HEX triplet: FB, 8C and 0B. RGB value is (251,140,11). Sum of RGB (Red+Green+Blue) = 251+140+11=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C0B is #0473F4. Grayscale: #9F9F9F. Windows color (decimal): -291829 or 756987. OLE color: 756987.
HSL color Cylindrical-coordinate representation of color #FB8C0B: hue angle of 32.25º 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 #FB8C0B is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 11 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.02 |
| HSL | 32.25º | 0.97% | 0.51% | - |
| HSV(B) | 32.25º | 0.96% | 0.98% | - |
| XYZ | 49.22 | 39.29 | 5.31 | - |
| YUV | 158.48 | 44.77 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 11 | 0 | 0.44 | 0.96 | 0.02 | 32.25 | 0.97 | 0.51 |
| Hex | FB | 8C | B | 0 | 2C | 60 | 2 | 20 | 61 | 33 |
| Octal | 373 | 214 | 13 | 0 | 54 | 140 | 2 | 40 | 141 | 63 |
| Binary | 11111011 | 10001100 | 1011 | 0 | 101100 | 1100000 | 10 | 100000 | 1100001 | 110011 |
Color Harmonies of #FB8C0B
Complementary color
Monochromatic Colors of #FB8C0B
Black with #FB8C0B
Text Example
Text Example
White with #FB8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C0B; }
p { color: rgb(251,140,11); }
H1.HeaderClassName
{
color: #FB8C0B;
}
.AnyTagClassName
{
color: #FB8C0B;
}
</style>
background-color css
<style>
a { background-color: #FB8C0B; }
a { background-color: rgb(251,140,11); }
div.DivClassName
{
background-color: #FB8C0B;
}
.BgClassName
{
background-color: #FB8C0B;
}
</style>
border-color css
<style>
span { border-color: #FB8C0B; }
span { border-color: rgb(251,140,11); }
td.TdClassName
{
border-color: #FB8C0B;
}
.TagClassName
{
border-color: #FB8C0B;
}
</style>