Shades of Dark Orange #FF8405
Tints of Dark Orange #FF8405
RGB
CMYK
RGB Variations
Color information
#FF8405 (or 0xFF8405) is known color: Dark Orange. HEX triplet: FF, 84 and 05. RGB value is (255,132,5). Sum of RGB (Red+Green+Blue) = 255+132+5=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8405 is #007BFA. Grayscale: #9A9A9A. Windows color (decimal): -31739 or 361727. OLE color: 361727.
HSL color Cylindrical-coordinate representation of color #FF8405: hue angle of 30.48º 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 #FF8405 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0 |
| HSL | 30.48º | 1% | 0.51% | - |
| HSV(B) | 30.48º | 0.98% | 1% | - |
| XYZ | 49.52 | 37.77 | 4.82 | - |
| YUV | 154.3 | 43.75 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 5 | 0 | 0.48 | 0.98 | 0 | 30.48 | 1 | 0.51 |
| Hex | FF | 84 | 5 | 0 | 30 | 62 | 0 | 1E | 64 | 33 |
| Octal | 377 | 204 | 5 | 0 | 60 | 142 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000100 | 101 | 0 | 110000 | 1100010 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8405
Complementary color
Monochromatic Colors of #FF8405
Black with #FF8405
Text Example
Text Example
White with #FF8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8405; }
p { color: rgb(255,132,5); }
H1.HeaderClassName
{
color: #FF8405;
}
.AnyTagClassName
{
color: #FF8405;
}
</style>
background-color css
<style>
a { background-color: #FF8405; }
a { background-color: rgb(255,132,5); }
div.DivClassName
{
background-color: #FF8405;
}
.BgClassName
{
background-color: #FF8405;
}
</style>
border-color css
<style>
span { border-color: #FF8405; }
span { border-color: rgb(255,132,5); }
td.TdClassName
{
border-color: #FF8405;
}
.TagClassName
{
border-color: #FF8405;
}
</style>