Shades of Dark Orange #FF7E03
Tints of Dark Orange #FF7E03
RGB
CMYK
RGB Variations
Color information
#FF7E03 (or 0xFF7E03) is known color: Dark Orange. HEX triplet: FF, 7E and 03. RGB value is (255,126,3). Sum of RGB (Red+Green+Blue) = 255+126+3=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E03 is #0081FC. Grayscale: #979797. Windows color (decimal): -33277 or 229119. OLE color: 229119.
HSL color Cylindrical-coordinate representation of color #FF7E03: hue angle of 29.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF7E03 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0 |
| HSL | 29.29º | 1% | 0.51% | - |
| HSV(B) | 29.29º | 0.99% | 1% | - |
| XYZ | 48.72 | 36.19 | 4.5 | - |
| YUV | 150.55 | 44.74 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 3 | 0 | 0.51 | 0.99 | 0 | 29.29 | 1 | 0.51 |
| Hex | FF | 7E | 3 | 0 | 33 | 63 | 0 | 1D | 64 | 33 |
| Octal | 377 | 176 | 3 | 0 | 63 | 143 | 0 | 35 | 144 | 63 |
| Binary | 11111111 | 1111110 | 11 | 0 | 110011 | 1100011 | 0 | 11101 | 1100100 | 110011 |
Color Harmonies of #FF7E03
Complementary color
Monochromatic Colors of #FF7E03
Black with #FF7E03
Text Example
Text Example
White with #FF7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E03; }
p { color: rgb(255,126,3); }
H1.HeaderClassName
{
color: #FF7E03;
}
.AnyTagClassName
{
color: #FF7E03;
}
</style>
background-color css
<style>
a { background-color: #FF7E03; }
a { background-color: rgb(255,126,3); }
div.DivClassName
{
background-color: #FF7E03;
}
.BgClassName
{
background-color: #FF7E03;
}
</style>
border-color css
<style>
span { border-color: #FF7E03; }
span { border-color: rgb(255,126,3); }
td.TdClassName
{
border-color: #FF7E03;
}
.TagClassName
{
border-color: #FF7E03;
}
</style>