Shades of Burnt Orange #FF7E37
Tints of Burnt Orange #FF7E37
RGB
CMYK
RGB Variations
Color information
#FF7E37 (or 0xFF7E37) is known color: Burnt Orange. HEX triplet: FF, 7E and 37. RGB value is (255,126,55). Sum of RGB (Red+Green+Blue) = 255+126+55=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E37 is #0081C8. Grayscale: #9C9C9C. Windows color (decimal): -33225 or 3636991. OLE color: 3636991.
HSL color Cylindrical-coordinate representation of color #FF7E37: hue angle of 21.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF7E37 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 55 | - |
| CMYK | 0 | 0.51 | 0.78 | 0 |
| HSL | 21.3º | 1% | 0.61% | - |
| HSV(B) | 21.3º | 0.78% | 1% | - |
| XYZ | 49.39 | 36.46 | 8.05 | - |
| YUV | 156.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 55 | 0 | 0.51 | 0.78 | 0 | 21.3 | 1 | 0.61 |
| Hex | FF | 7E | 37 | 0 | 33 | 4E | 0 | 15 | 64 | 3D |
| Octal | 377 | 176 | 67 | 0 | 63 | 116 | 0 | 25 | 144 | 75 |
| Binary | 11111111 | 1111110 | 110111 | 0 | 110011 | 1001110 | 0 | 10101 | 1100100 | 111101 |
Color Harmonies of #FF7E37
Complementary color
Monochromatic Colors of #FF7E37
Black with #FF7E37
Text Example
Text Example
White with #FF7E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E37; }
p { color: rgb(255,126,55); }
H1.HeaderClassName
{
color: #FF7E37;
}
.AnyTagClassName
{
color: #FF7E37;
}
</style>
background-color css
<style>
a { background-color: #FF7E37; }
a { background-color: rgb(255,126,55); }
div.DivClassName
{
background-color: #FF7E37;
}
.BgClassName
{
background-color: #FF7E37;
}
</style>
border-color css
<style>
span { border-color: #FF7E37; }
span { border-color: rgb(255,126,55); }
td.TdClassName
{
border-color: #FF7E37;
}
.TagClassName
{
border-color: #FF7E37;
}
</style>