Shades of Dark Orange #FF7F01
Tints of Dark Orange #FF7F01
RGB
CMYK
RGB Variations
Color information
#FF7F01 (or 0xFF7F01) is known color: Dark Orange. HEX triplet: FF, 7F and 01. RGB value is (255,127,1). Sum of RGB (Red+Green+Blue) = 255+127+1=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F01 is #0080FE. Grayscale: #979797. Windows color (decimal): -33023 or 98303. OLE color: 98303.
HSL color Cylindrical-coordinate representation of color #FF7F01: hue angle of 29.76º 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 #FF7F01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0 |
| HSL | 29.76º | 1% | 0.5% | - |
| HSV(B) | 29.76º | 1% | 1% | - |
| XYZ | 48.83 | 36.44 | 4.49 | - |
| YUV | 150.91 | 43.41 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 1 | 0 | 0.50 | 1.00 | 0 | 29.76 | 1 | 0.5 |
| Hex | FF | 7F | 1 | 0 | 32 | 64 | 0 | 1E | 64 | 32 |
| Octal | 377 | 177 | 1 | 0 | 62 | 144 | 0 | 36 | 144 | 62 |
| Binary | 11111111 | 1111111 | 1 | 0 | 110010 | 1100100 | 0 | 11110 | 1100100 | 110010 |
Color Harmonies of #FF7F01
Complementary color
Monochromatic Colors of #FF7F01
Black with #FF7F01
Text Example
Text Example
White with #FF7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F01; }
p { color: rgb(255,127,1); }
H1.HeaderClassName
{
color: #FF7F01;
}
.AnyTagClassName
{
color: #FF7F01;
}
</style>
background-color css
<style>
a { background-color: #FF7F01; }
a { background-color: rgb(255,127,1); }
div.DivClassName
{
background-color: #FF7F01;
}
.BgClassName
{
background-color: #FF7F01;
}
</style>
border-color css
<style>
span { border-color: #FF7F01; }
span { border-color: rgb(255,127,1); }
td.TdClassName
{
border-color: #FF7F01;
}
.TagClassName
{
border-color: #FF7F01;
}
</style>