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