Shades of Dark Orange #FB8601
Tints of Dark Orange #FB8601
RGB
CMYK
RGB Variations
Color information
#FB8601 (or 0xFB8601) is known color: Dark Orange. HEX triplet: FB, 86 and 01. RGB value is (251,134,1). Sum of RGB (Red+Green+Blue) = 251+134+1=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8601 is #0479FE. Grayscale: #9A9A9A. Windows color (decimal): -293375 or 100091. OLE color: 100091.
HSL color Cylindrical-coordinate representation of color #FB8601: hue angle of 31.92º 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 #FB8601 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.02 |
| HSL | 31.92º | 0.99% | 0.49% | - |
| HSV(B) | 31.92º | 1% | 0.98% | - |
| XYZ | 48.31 | 37.56 | 4.73 | - |
| YUV | 153.82 | 41.76 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 1 | 0 | 0.47 | 1.00 | 0.02 | 31.92 | 0.99 | 0.49 |
| Hex | FB | 86 | 1 | 0 | 2F | 64 | 2 | 20 | 63 | 31 |
| Octal | 373 | 206 | 1 | 0 | 57 | 144 | 2 | 40 | 143 | 61 |
| Binary | 11111011 | 10000110 | 1 | 0 | 101111 | 1100100 | 10 | 100000 | 1100011 | 110001 |
Color Harmonies of #FB8601
Complementary color
Monochromatic Colors of #FB8601
Black with #FB8601
Text Example
Text Example
White with #FB8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8601; }
p { color: rgb(251,134,1); }
H1.HeaderClassName
{
color: #FB8601;
}
.AnyTagClassName
{
color: #FB8601;
}
</style>
background-color css
<style>
a { background-color: #FB8601; }
a { background-color: rgb(251,134,1); }
div.DivClassName
{
background-color: #FB8601;
}
.BgClassName
{
background-color: #FB8601;
}
</style>
border-color css
<style>
span { border-color: #FB8601; }
span { border-color: rgb(251,134,1); }
td.TdClassName
{
border-color: #FB8601;
}
.TagClassName
{
border-color: #FB8601;
}
</style>