Shades of Burnt Orange #FF7F2E
Tints of Burnt Orange #FF7F2E
RGB
CMYK
RGB Variations
Color information
#FF7F2E (or 0xFF7F2E) is known color: Burnt Orange. HEX triplet: FF, 7F and 2E. RGB value is (255,127,46). Sum of RGB (Red+Green+Blue) = 255+127+46=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F2E is #0080D1. Grayscale: #9C9C9C. Windows color (decimal): -32978 or 3047423. OLE color: 3047423.
HSL color Cylindrical-coordinate representation of color #FF7F2E: hue angle of 23.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF7F2E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0 |
| HSL | 23.25º | 1% | 0.59% | - |
| HSV(B) | 23.25º | 0.82% | 1% | - |
| XYZ | 49.32 | 36.64 | 7.06 | - |
| YUV | 156.04 | 65.91 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 46 | 0 | 0.50 | 0.82 | 0 | 23.25 | 1 | 0.59 |
| Hex | FF | 7F | 2E | 0 | 32 | 52 | 0 | 17 | 64 | 3B |
| Octal | 377 | 177 | 56 | 0 | 62 | 122 | 0 | 27 | 144 | 73 |
| Binary | 11111111 | 1111111 | 101110 | 0 | 110010 | 1010010 | 0 | 10111 | 1100100 | 111011 |
Color Harmonies of #FF7F2E
Complementary color
Monochromatic Colors of #FF7F2E
Black with #FF7F2E
Text Example
Text Example
White with #FF7F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F2E; }
p { color: rgb(255,127,46); }
H1.HeaderClassName
{
color: #FF7F2E;
}
.AnyTagClassName
{
color: #FF7F2E;
}
</style>
background-color css
<style>
a { background-color: #FF7F2E; }
a { background-color: rgb(255,127,46); }
div.DivClassName
{
background-color: #FF7F2E;
}
.BgClassName
{
background-color: #FF7F2E;
}
</style>
border-color css
<style>
span { border-color: #FF7F2E; }
span { border-color: rgb(255,127,46); }
td.TdClassName
{
border-color: #FF7F2E;
}
.TagClassName
{
border-color: #FF7F2E;
}
</style>