Shades of Dark Orange #FF7D01
Tints of Dark Orange #FF7D01
RGB
CMYK
RGB Variations
Color information
#FF7D01 (or 0xFF7D01) is known color: Dark Orange. HEX triplet: FF, 7D and 01. RGB value is (255,125,1). Sum of RGB (Red+Green+Blue) = 255+125+1=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D01 is #0082FE. Grayscale: #969696. Windows color (decimal): -33535 or 97791. OLE color: 97791.
HSL color Cylindrical-coordinate representation of color #FF7D01: hue angle of 29.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7D01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0 |
| HSL | 29.29º | 1% | 0.5% | - |
| HSV(B) | 29.29º | 1% | 1% | - |
| XYZ | 48.58 | 35.93 | 4.4 | - |
| YUV | 149.73 | 44.07 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 1 | 0 | 0.51 | 1.00 | 0 | 29.29 | 1 | 0.5 |
| Hex | FF | 7D | 1 | 0 | 33 | 64 | 0 | 1D | 64 | 32 |
| Octal | 377 | 175 | 1 | 0 | 63 | 144 | 0 | 35 | 144 | 62 |
| Binary | 11111111 | 1111101 | 1 | 0 | 110011 | 1100100 | 0 | 11101 | 1100100 | 110010 |
Color Harmonies of #FF7D01
Complementary color
Monochromatic Colors of #FF7D01
Black with #FF7D01
Text Example
Text Example
White with #FF7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D01; }
p { color: rgb(255,125,1); }
H1.HeaderClassName
{
color: #FF7D01;
}
.AnyTagClassName
{
color: #FF7D01;
}
</style>
background-color css
<style>
a { background-color: #FF7D01; }
a { background-color: rgb(255,125,1); }
div.DivClassName
{
background-color: #FF7D01;
}
.BgClassName
{
background-color: #FF7D01;
}
</style>
border-color css
<style>
span { border-color: #FF7D01; }
span { border-color: rgb(255,125,1); }
td.TdClassName
{
border-color: #FF7D01;
}
.TagClassName
{
border-color: #FF7D01;
}
</style>