Shades of Dark Orange #FB8701
Tints of Dark Orange #FB8701
RGB
CMYK
RGB Variations
Color information
#FB8701 (or 0xFB8701) is known color: Dark Orange. HEX triplet: FB, 87 and 01. RGB value is (251,135,1). Sum of RGB (Red+Green+Blue) = 251+135+1=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8701 is #0478FE. Grayscale: #9B9B9B. Windows color (decimal): -293119 or 100347. OLE color: 100347.
HSL color Cylindrical-coordinate representation of color #FB8701: hue angle of 32.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB8701 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.02 |
| HSL | 32.16º | 0.99% | 0.49% | - |
| HSV(B) | 32.16º | 1% | 0.98% | - |
| XYZ | 48.45 | 37.84 | 4.78 | - |
| YUV | 154.41 | 41.43 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 1 | 0 | 0.46 | 1.00 | 0.02 | 32.16 | 0.99 | 0.49 |
| Hex | FB | 87 | 1 | 0 | 2E | 64 | 2 | 20 | 63 | 31 |
| Octal | 373 | 207 | 1 | 0 | 56 | 144 | 2 | 40 | 143 | 61 |
| Binary | 11111011 | 10000111 | 1 | 0 | 101110 | 1100100 | 10 | 100000 | 1100011 | 110001 |
Color Harmonies of #FB8701
Complementary color
Monochromatic Colors of #FB8701
Black with #FB8701
Text Example
Text Example
White with #FB8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8701; }
p { color: rgb(251,135,1); }
H1.HeaderClassName
{
color: #FB8701;
}
.AnyTagClassName
{
color: #FB8701;
}
</style>
background-color css
<style>
a { background-color: #FB8701; }
a { background-color: rgb(251,135,1); }
div.DivClassName
{
background-color: #FB8701;
}
.BgClassName
{
background-color: #FB8701;
}
</style>
border-color css
<style>
span { border-color: #FB8701; }
span { border-color: rgb(251,135,1); }
td.TdClassName
{
border-color: #FB8701;
}
.TagClassName
{
border-color: #FB8701;
}
</style>