Shades of Dark Orange #FB8B0B
Tints of Dark Orange #FB8B0B
RGB
CMYK
RGB Variations
Color information
#FB8B0B (or 0xFB8B0B) is known color: Dark Orange. HEX triplet: FB, 8B and 0B. RGB value is (251,139,11). Sum of RGB (Red+Green+Blue) = 251+139+11=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8B0B is #0474F4. Grayscale: #9E9E9E. Windows color (decimal): -292085 or 756731. OLE color: 756731.
HSL color Cylindrical-coordinate representation of color #FB8B0B: hue angle of 32º 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 #FB8B0B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 11 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.02 |
| HSL | 32º | 0.97% | 0.51% | - |
| HSV(B) | 32º | 0.96% | 0.98% | - |
| XYZ | 49.08 | 39 | 5.26 | - |
| YUV | 157.9 | 45.11 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 11 | 0 | 0.45 | 0.96 | 0.02 | 32 | 0.97 | 0.51 |
| Hex | FB | 8B | B | 0 | 2D | 60 | 2 | 20 | 61 | 33 |
| Octal | 373 | 213 | 13 | 0 | 55 | 140 | 2 | 40 | 141 | 63 |
| Binary | 11111011 | 10001011 | 1011 | 0 | 101101 | 1100000 | 10 | 100000 | 1100001 | 110011 |
Color Harmonies of #FB8B0B
Complementary color
Monochromatic Colors of #FB8B0B
Black with #FB8B0B
Text Example
Text Example
White with #FB8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B0B; }
p { color: rgb(251,139,11); }
H1.HeaderClassName
{
color: #FB8B0B;
}
.AnyTagClassName
{
color: #FB8B0B;
}
</style>
background-color css
<style>
a { background-color: #FB8B0B; }
a { background-color: rgb(251,139,11); }
div.DivClassName
{
background-color: #FB8B0B;
}
.BgClassName
{
background-color: #FB8B0B;
}
</style>
border-color css
<style>
span { border-color: #FB8B0B; }
span { border-color: rgb(251,139,11); }
td.TdClassName
{
border-color: #FB8B0B;
}
.TagClassName
{
border-color: #FB8B0B;
}
</style>