Shades of Burnt Orange #FF7E34
Tints of Burnt Orange #FF7E34
RGB
CMYK
RGB Variations
Color information
#FF7E34 (or 0xFF7E34) is known color: Burnt Orange. HEX triplet: FF, 7E and 34. RGB value is (255,126,52). Sum of RGB (Red+Green+Blue) = 255+126+52=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E34 is #0081CB. Grayscale: #9C9C9C. Windows color (decimal): -33228 or 3440383. OLE color: 3440383.
HSL color Cylindrical-coordinate representation of color #FF7E34: hue angle of 21.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF7E34 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 52 | - |
| CMYK | 0 | 0.51 | 0.80 | 0 |
| HSL | 21.87º | 1% | 0.6% | - |
| HSV(B) | 21.87º | 0.8% | 1% | - |
| XYZ | 49.32 | 36.43 | 7.68 | - |
| YUV | 156.14 | 69.24 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 52 | 0 | 0.51 | 0.80 | 0 | 21.87 | 1 | 0.6 |
| Hex | FF | 7E | 34 | 0 | 33 | 50 | 0 | 16 | 64 | 3C |
| Octal | 377 | 176 | 64 | 0 | 63 | 120 | 0 | 26 | 144 | 74 |
| Binary | 11111111 | 1111110 | 110100 | 0 | 110011 | 1010000 | 0 | 10110 | 1100100 | 111100 |
Color Harmonies of #FF7E34
Complementary color
Monochromatic Colors of #FF7E34
Black with #FF7E34
Text Example
Text Example
White with #FF7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E34; }
p { color: rgb(255,126,52); }
H1.HeaderClassName
{
color: #FF7E34;
}
.AnyTagClassName
{
color: #FF7E34;
}
</style>
background-color css
<style>
a { background-color: #FF7E34; }
a { background-color: rgb(255,126,52); }
div.DivClassName
{
background-color: #FF7E34;
}
.BgClassName
{
background-color: #FF7E34;
}
</style>
border-color css
<style>
span { border-color: #FF7E34; }
span { border-color: rgb(255,126,52); }
td.TdClassName
{
border-color: #FF7E34;
}
.TagClassName
{
border-color: #FF7E34;
}
</style>