Shades of Dark Orange #FF7F02
Tints of Dark Orange #FF7F02
RGB
CMYK
RGB Variations
Color information
#FF7F02 (or 0xFF7F02) is known color: Dark Orange. HEX triplet: FF, 7F and 02. RGB value is (255,127,2). Sum of RGB (Red+Green+Blue) = 255+127+2=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F02 is #0080FD. Grayscale: #979797. Windows color (decimal): -33022 or 163839. OLE color: 163839.
HSL color Cylindrical-coordinate representation of color #FF7F02: hue angle of 29.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF7F02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0 |
| HSL | 29.64º | 1% | 0.5% | - |
| HSV(B) | 29.64º | 0.99% | 1% | - |
| XYZ | 48.84 | 36.44 | 4.52 | - |
| YUV | 151.02 | 43.91 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 2 | 0 | 0.50 | 0.99 | 0 | 29.64 | 1 | 0.5 |
| Hex | FF | 7F | 2 | 0 | 32 | 63 | 0 | 1E | 64 | 32 |
| Octal | 377 | 177 | 2 | 0 | 62 | 143 | 0 | 36 | 144 | 62 |
| Binary | 11111111 | 1111111 | 10 | 0 | 110010 | 1100011 | 0 | 11110 | 1100100 | 110010 |
Color Harmonies of #FF7F02
Complementary color
Monochromatic Colors of #FF7F02
Black with #FF7F02
Text Example
Text Example
White with #FF7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F02; }
p { color: rgb(255,127,2); }
H1.HeaderClassName
{
color: #FF7F02;
}
.AnyTagClassName
{
color: #FF7F02;
}
</style>
background-color css
<style>
a { background-color: #FF7F02; }
a { background-color: rgb(255,127,2); }
div.DivClassName
{
background-color: #FF7F02;
}
.BgClassName
{
background-color: #FF7F02;
}
</style>
border-color css
<style>
span { border-color: #FF7F02; }
span { border-color: rgb(255,127,2); }
td.TdClassName
{
border-color: #FF7F02;
}
.TagClassName
{
border-color: #FF7F02;
}
</style>