Shades of Dark Orange #FB8401
Tints of Dark Orange #FB8401
RGB
CMYK
RGB Variations
Color information
#FB8401 (or 0xFB8401) is known color: Dark Orange. HEX triplet: FB, 84 and 01. RGB value is (251,132,1). Sum of RGB (Red+Green+Blue) = 251+132+1=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8401 is #047BFE. Grayscale: #999999. Windows color (decimal): -293887 or 99579. OLE color: 99579.
HSL color Cylindrical-coordinate representation of color #FB8401: hue angle of 31.44º 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 #FB8401 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.02 |
| HSL | 31.44º | 0.99% | 0.49% | - |
| HSV(B) | 31.44º | 1% | 0.98% | - |
| XYZ | 48.04 | 37.01 | 4.64 | - |
| YUV | 152.65 | 42.42 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 1 | 0 | 0.47 | 1.00 | 0.02 | 31.44 | 0.99 | 0.49 |
| Hex | FB | 84 | 1 | 0 | 2F | 64 | 2 | 1F | 63 | 31 |
| Octal | 373 | 204 | 1 | 0 | 57 | 144 | 2 | 37 | 143 | 61 |
| Binary | 11111011 | 10000100 | 1 | 0 | 101111 | 1100100 | 10 | 11111 | 1100011 | 110001 |
Color Harmonies of #FB8401
Complementary color
Monochromatic Colors of #FB8401
Black with #FB8401
Text Example
Text Example
White with #FB8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8401; }
p { color: rgb(251,132,1); }
H1.HeaderClassName
{
color: #FB8401;
}
.AnyTagClassName
{
color: #FB8401;
}
</style>
background-color css
<style>
a { background-color: #FB8401; }
a { background-color: rgb(251,132,1); }
div.DivClassName
{
background-color: #FB8401;
}
.BgClassName
{
background-color: #FB8401;
}
</style>
border-color css
<style>
span { border-color: #FB8401; }
span { border-color: rgb(251,132,1); }
td.TdClassName
{
border-color: #FB8401;
}
.TagClassName
{
border-color: #FB8401;
}
</style>