Shades of Dark Orange #FF7D08
Tints of Dark Orange #FF7D08
RGB
CMYK
RGB Variations
Color information
#FF7D08 (or 0xFF7D08) is known color: Dark Orange. HEX triplet: FF, 7D and 08. RGB value is (255,125,8). Sum of RGB (Red+Green+Blue) = 255+125+8=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D08 is #0082F7. Grayscale: #979797. Windows color (decimal): -33528 or 556543. OLE color: 556543.
HSL color Cylindrical-coordinate representation of color #FF7D08: hue angle of 28.42º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7D08 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0 |
| HSL | 28.42º | 1% | 0.52% | - |
| HSV(B) | 28.42º | 0.97% | 1% | - |
| XYZ | 48.62 | 35.94 | 4.61 | - |
| YUV | 150.53 | 47.57 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 8 | 0 | 0.51 | 0.97 | 0 | 28.42 | 1 | 0.52 |
| Hex | FF | 7D | 8 | 0 | 33 | 61 | 0 | 1C | 64 | 34 |
| Octal | 377 | 175 | 10 | 0 | 63 | 141 | 0 | 34 | 144 | 64 |
| Binary | 11111111 | 1111101 | 1000 | 0 | 110011 | 1100001 | 0 | 11100 | 1100100 | 110100 |
Color Harmonies of #FF7D08
Complementary color
Monochromatic Colors of #FF7D08
Black with #FF7D08
Text Example
Text Example
White with #FF7D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D08; }
p { color: rgb(255,125,8); }
H1.HeaderClassName
{
color: #FF7D08;
}
.AnyTagClassName
{
color: #FF7D08;
}
</style>
background-color css
<style>
a { background-color: #FF7D08; }
a { background-color: rgb(255,125,8); }
div.DivClassName
{
background-color: #FF7D08;
}
.BgClassName
{
background-color: #FF7D08;
}
</style>
border-color css
<style>
span { border-color: #FF7D08; }
span { border-color: rgb(255,125,8); }
td.TdClassName
{
border-color: #FF7D08;
}
.TagClassName
{
border-color: #FF7D08;
}
</style>