Shades of Dark Orange #FF8B04
Tints of Dark Orange #FF8B04
RGB
CMYK
RGB Variations
Color information
#FF8B04 (or 0xFF8B04) is known color: Dark Orange. HEX triplet: FF, 8B and 04. RGB value is (255,139,4). Sum of RGB (Red+Green+Blue) = 255+139+4=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B04 is #0074FB. Grayscale: #9E9E9E. Windows color (decimal): -29948 or 297983. OLE color: 297983.
HSL color Cylindrical-coordinate representation of color #FF8B04: hue angle of 32.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF8B04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0 |
| HSL | 32.27º | 1% | 0.51% | - |
| HSV(B) | 32.27º | 0.98% | 1% | - |
| XYZ | 50.49 | 39.73 | 5.12 | - |
| YUV | 158.29 | 40.93 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 4 | 0 | 0.45 | 0.98 | 0 | 32.27 | 1 | 0.51 |
| Hex | FF | 8B | 4 | 0 | 2D | 62 | 0 | 20 | 64 | 33 |
| Octal | 377 | 213 | 4 | 0 | 55 | 142 | 0 | 40 | 144 | 63 |
| Binary | 11111111 | 10001011 | 100 | 0 | 101101 | 1100010 | 0 | 100000 | 1100100 | 110011 |
Color Harmonies of #FF8B04
Complementary color
Monochromatic Colors of #FF8B04
Black with #FF8B04
Text Example
Text Example
White with #FF8B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B04; }
p { color: rgb(255,139,4); }
H1.HeaderClassName
{
color: #FF8B04;
}
.AnyTagClassName
{
color: #FF8B04;
}
</style>
background-color css
<style>
a { background-color: #FF8B04; }
a { background-color: rgb(255,139,4); }
div.DivClassName
{
background-color: #FF8B04;
}
.BgClassName
{
background-color: #FF8B04;
}
</style>
border-color css
<style>
span { border-color: #FF8B04; }
span { border-color: rgb(255,139,4); }
td.TdClassName
{
border-color: #FF8B04;
}
.TagClassName
{
border-color: #FF8B04;
}
</style>