Shades of Dark Orange #FF7D06
Tints of Dark Orange #FF7D06
RGB
CMYK
RGB Variations
Color information
#FF7D06 (or 0xFF7D06) is known color: Dark Orange. HEX triplet: FF, 7D and 06. RGB value is (255,125,6). Sum of RGB (Red+Green+Blue) = 255+125+6=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D06 is #0082F9. Grayscale: #969696. Windows color (decimal): -33530 or 425471. OLE color: 425471.
HSL color Cylindrical-coordinate representation of color #FF7D06: hue angle of 28.67º 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 #FF7D06 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 6 | - |
| CMYK | 0 | 0.51 | 0.98 | 0 |
| HSL | 28.67º | 1% | 0.51% | - |
| HSV(B) | 28.67º | 0.98% | 1% | - |
| XYZ | 48.61 | 35.94 | 4.55 | - |
| YUV | 150.3 | 46.57 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 6 | 0 | 0.51 | 0.98 | 0 | 28.67 | 1 | 0.51 |
| Hex | FF | 7D | 6 | 0 | 33 | 62 | 0 | 1D | 64 | 33 |
| Octal | 377 | 175 | 6 | 0 | 63 | 142 | 0 | 35 | 144 | 63 |
| Binary | 11111111 | 1111101 | 110 | 0 | 110011 | 1100010 | 0 | 11101 | 1100100 | 110011 |
Color Harmonies of #FF7D06
Complementary color
Monochromatic Colors of #FF7D06
Black with #FF7D06
Text Example
Text Example
White with #FF7D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D06; }
p { color: rgb(255,125,6); }
H1.HeaderClassName
{
color: #FF7D06;
}
.AnyTagClassName
{
color: #FF7D06;
}
</style>
background-color css
<style>
a { background-color: #FF7D06; }
a { background-color: rgb(255,125,6); }
div.DivClassName
{
background-color: #FF7D06;
}
.BgClassName
{
background-color: #FF7D06;
}
</style>
border-color css
<style>
span { border-color: #FF7D06; }
span { border-color: rgb(255,125,6); }
td.TdClassName
{
border-color: #FF7D06;
}
.TagClassName
{
border-color: #FF7D06;
}
</style>