Shades of Dark Orange #FF8D07
Tints of Dark Orange #FF8D07
RGB
CMYK
RGB Variations
Color information
#FF8D07 (or 0xFF8D07) is known color: Dark Orange. HEX triplet: FF, 8D and 07. RGB value is (255,141,7). Sum of RGB (Red+Green+Blue) = 255+141+7=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D07 is #0072F8. Grayscale: #A0A0A0. Windows color (decimal): -29433 or 495103. OLE color: 495103.
HSL color Cylindrical-coordinate representation of color #FF8D07: hue angle of 32.42º 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 #FF8D07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0 |
| HSL | 32.42º | 1% | 0.51% | - |
| HSV(B) | 32.42º | 0.97% | 1% | - |
| XYZ | 50.8 | 40.33 | 5.31 | - |
| YUV | 159.81 | 41.77 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 7 | 0 | 0.45 | 0.97 | 0 | 32.42 | 1 | 0.51 |
| Hex | FF | 8D | 7 | 0 | 2D | 61 | 0 | 20 | 64 | 33 |
| Octal | 377 | 215 | 7 | 0 | 55 | 141 | 0 | 40 | 144 | 63 |
| Binary | 11111111 | 10001101 | 111 | 0 | 101101 | 1100001 | 0 | 100000 | 1100100 | 110011 |
Color Harmonies of #FF8D07
Complementary color
Monochromatic Colors of #FF8D07
Black with #FF8D07
Text Example
Text Example
White with #FF8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D07; }
p { color: rgb(255,141,7); }
H1.HeaderClassName
{
color: #FF8D07;
}
.AnyTagClassName
{
color: #FF8D07;
}
</style>
background-color css
<style>
a { background-color: #FF8D07; }
a { background-color: rgb(255,141,7); }
div.DivClassName
{
background-color: #FF8D07;
}
.BgClassName
{
background-color: #FF8D07;
}
</style>
border-color css
<style>
span { border-color: #FF8D07; }
span { border-color: rgb(255,141,7); }
td.TdClassName
{
border-color: #FF8D07;
}
.TagClassName
{
border-color: #FF8D07;
}
</style>