Shades of Dark Orange #FF8407
Tints of Dark Orange #FF8407
RGB
CMYK
RGB Variations
Color information
#FF8407 (or 0xFF8407) is known color: Dark Orange. HEX triplet: FF, 84 and 07. RGB value is (255,132,7). Sum of RGB (Red+Green+Blue) = 255+132+7=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8407 is #007BF8. Grayscale: #9B9B9B. Windows color (decimal): -31737 or 492799. OLE color: 492799.
HSL color Cylindrical-coordinate representation of color #FF8407: hue angle of 30.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8407 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 7 | - |
| CMYK | 0 | 0.48 | 0.97 | 0 |
| HSL | 30.24º | 1% | 0.51% | - |
| HSV(B) | 30.24º | 0.97% | 1% | - |
| XYZ | 49.53 | 37.78 | 4.88 | - |
| YUV | 154.53 | 44.75 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 7 | 0 | 0.48 | 0.97 | 0 | 30.24 | 1 | 0.51 |
| Hex | FF | 84 | 7 | 0 | 30 | 61 | 0 | 1E | 64 | 33 |
| Octal | 377 | 204 | 7 | 0 | 60 | 141 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000100 | 111 | 0 | 110000 | 1100001 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8407
Complementary color
Monochromatic Colors of #FF8407
Black with #FF8407
Text Example
Text Example
White with #FF8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8407; }
p { color: rgb(255,132,7); }
H1.HeaderClassName
{
color: #FF8407;
}
.AnyTagClassName
{
color: #FF8407;
}
</style>
background-color css
<style>
a { background-color: #FF8407; }
a { background-color: rgb(255,132,7); }
div.DivClassName
{
background-color: #FF8407;
}
.BgClassName
{
background-color: #FF8407;
}
</style>
border-color css
<style>
span { border-color: #FF8407; }
span { border-color: rgb(255,132,7); }
td.TdClassName
{
border-color: #FF8407;
}
.TagClassName
{
border-color: #FF8407;
}
</style>