Shades of Dark Orange #FB880B
Tints of Dark Orange #FB880B
RGB
CMYK
RGB Variations
Color information
#FB880B (or 0xFB880B) is known color: Dark Orange. HEX triplet: FB, 88 and 0B. RGB value is (251,136,11). Sum of RGB (Red+Green+Blue) = 251+136+11=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB880B is #0477F4. Grayscale: #9C9C9C. Windows color (decimal): -292853 or 755963. OLE color: 755963.
HSL color Cylindrical-coordinate representation of color #FB880B: hue angle of 31.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 #FB880B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 11 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.02 |
| HSL | 31.25º | 0.97% | 0.51% | - |
| HSV(B) | 31.25º | 0.96% | 0.98% | - |
| XYZ | 48.65 | 38.14 | 5.11 | - |
| YUV | 156.14 | 46.1 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 11 | 0 | 0.46 | 0.96 | 0.02 | 31.25 | 0.97 | 0.51 |
| Hex | FB | 88 | B | 0 | 2E | 60 | 2 | 1F | 61 | 33 |
| Octal | 373 | 210 | 13 | 0 | 56 | 140 | 2 | 37 | 141 | 63 |
| Binary | 11111011 | 10001000 | 1011 | 0 | 101110 | 1100000 | 10 | 11111 | 1100001 | 110011 |
Color Harmonies of #FB880B
Complementary color
Monochromatic Colors of #FB880B
Black with #FB880B
Text Example
Text Example
White with #FB880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB880B; }
p { color: rgb(251,136,11); }
H1.HeaderClassName
{
color: #FB880B;
}
.AnyTagClassName
{
color: #FB880B;
}
</style>
background-color css
<style>
a { background-color: #FB880B; }
a { background-color: rgb(251,136,11); }
div.DivClassName
{
background-color: #FB880B;
}
.BgClassName
{
background-color: #FB880B;
}
</style>
border-color css
<style>
span { border-color: #FB880B; }
span { border-color: rgb(251,136,11); }
td.TdClassName
{
border-color: #FB880B;
}
.TagClassName
{
border-color: #FB880B;
}
</style>