Shades of Dark Orange #FB880F
Tints of Dark Orange #FB880F
RGB
CMYK
RGB Variations
Color information
#FB880F (or 0xFB880F) is known color: Dark Orange. HEX triplet: FB, 88 and 0F. RGB value is (251,136,15). Sum of RGB (Red+Green+Blue) = 251+136+15=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB880F is #0477F0. Grayscale: #9D9D9D. Windows color (decimal): -292849 or 1018107. OLE color: 1018107.
HSL color Cylindrical-coordinate representation of color #FB880F: hue angle of 30.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB880F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 15 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.02 |
| HSL | 30.76º | 0.97% | 0.52% | - |
| HSV(B) | 30.76º | 0.94% | 0.98% | - |
| XYZ | 48.67 | 38.15 | 5.25 | - |
| YUV | 156.59 | 48.1 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 15 | 0 | 0.46 | 0.94 | 0.02 | 30.76 | 0.97 | 0.52 |
| Hex | FB | 88 | F | 0 | 2E | 5E | 2 | 1F | 61 | 34 |
| Octal | 373 | 210 | 17 | 0 | 56 | 136 | 2 | 37 | 141 | 64 |
| Binary | 11111011 | 10001000 | 1111 | 0 | 101110 | 1011110 | 10 | 11111 | 1100001 | 110100 |
Color Harmonies of #FB880F
Complementary color
Monochromatic Colors of #FB880F
Black with #FB880F
Text Example
Text Example
White with #FB880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB880F; }
p { color: rgb(251,136,15); }
H1.HeaderClassName
{
color: #FB880F;
}
.AnyTagClassName
{
color: #FB880F;
}
</style>
background-color css
<style>
a { background-color: #FB880F; }
a { background-color: rgb(251,136,15); }
div.DivClassName
{
background-color: #FB880F;
}
.BgClassName
{
background-color: #FB880F;
}
</style>
border-color css
<style>
span { border-color: #FB880F; }
span { border-color: rgb(251,136,15); }
td.TdClassName
{
border-color: #FB880F;
}
.TagClassName
{
border-color: #FB880F;
}
</style>