Shades of Dark Orange #FF7E06
Tints of Dark Orange #FF7E06
RGB
CMYK
RGB Variations
Color information
#FF7E06 (or 0xFF7E06) is known color: Dark Orange. HEX triplet: FF, 7E and 06. RGB value is (255,126,6). Sum of RGB (Red+Green+Blue) = 255+126+6=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E06 is #0081F9. Grayscale: #979797. Windows color (decimal): -33274 or 425727. OLE color: 425727.
HSL color Cylindrical-coordinate representation of color #FF7E06: hue angle of 28.92º 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 #FF7E06 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 6 | - |
| CMYK | 0 | 0.51 | 0.98 | 0 |
| HSL | 28.92º | 1% | 0.51% | - |
| HSV(B) | 28.92º | 0.98% | 1% | - |
| XYZ | 48.73 | 36.19 | 4.59 | - |
| YUV | 150.89 | 46.24 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 6 | 0 | 0.51 | 0.98 | 0 | 28.92 | 1 | 0.51 |
| Hex | FF | 7E | 6 | 0 | 33 | 62 | 0 | 1D | 64 | 33 |
| Octal | 377 | 176 | 6 | 0 | 63 | 142 | 0 | 35 | 144 | 63 |
| Binary | 11111111 | 1111110 | 110 | 0 | 110011 | 1100010 | 0 | 11101 | 1100100 | 110011 |
Color Harmonies of #FF7E06
Complementary color
Monochromatic Colors of #FF7E06
Black with #FF7E06
Text Example
Text Example
White with #FF7E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E06; }
p { color: rgb(255,126,6); }
H1.HeaderClassName
{
color: #FF7E06;
}
.AnyTagClassName
{
color: #FF7E06;
}
</style>
background-color css
<style>
a { background-color: #FF7E06; }
a { background-color: rgb(255,126,6); }
div.DivClassName
{
background-color: #FF7E06;
}
.BgClassName
{
background-color: #FF7E06;
}
</style>
border-color css
<style>
span { border-color: #FF7E06; }
span { border-color: rgb(255,126,6); }
td.TdClassName
{
border-color: #FF7E06;
}
.TagClassName
{
border-color: #FF7E06;
}
</style>