Shades of Burnt Orange #FF7A36
Tints of Burnt Orange #FF7A36
RGB
CMYK
RGB Variations
Color information
#FF7A36 (or 0xFF7A36) is known color: Burnt Orange. HEX triplet: FF, 7A and 36. RGB value is (255,122,54). Sum of RGB (Red+Green+Blue) = 255+122+54=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A36 is #0085C9. Grayscale: #9A9A9A. Windows color (decimal): -34250 or 3570431. OLE color: 3570431.
HSL color Cylindrical-coordinate representation of color #FF7A36: hue angle of 20.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF7A36 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 54 | - |
| CMYK | 0 | 0.52 | 0.79 | 0 |
| HSL | 20.3º | 1% | 0.61% | - |
| HSV(B) | 20.3º | 0.79% | 1% | - |
| XYZ | 48.87 | 35.45 | 7.76 | - |
| YUV | 154.02 | 71.56 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 54 | 0 | 0.52 | 0.79 | 0 | 20.3 | 1 | 0.61 |
| Hex | FF | 7A | 36 | 0 | 34 | 4F | 0 | 14 | 64 | 3D |
| Octal | 377 | 172 | 66 | 0 | 64 | 117 | 0 | 24 | 144 | 75 |
| Binary | 11111111 | 1111010 | 110110 | 0 | 110100 | 1001111 | 0 | 10100 | 1100100 | 111101 |
Color Harmonies of #FF7A36
Complementary color
Monochromatic Colors of #FF7A36
Black with #FF7A36
Text Example
Text Example
White with #FF7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A36; }
p { color: rgb(255,122,54); }
H1.HeaderClassName
{
color: #FF7A36;
}
.AnyTagClassName
{
color: #FF7A36;
}
</style>
background-color css
<style>
a { background-color: #FF7A36; }
a { background-color: rgb(255,122,54); }
div.DivClassName
{
background-color: #FF7A36;
}
.BgClassName
{
background-color: #FF7A36;
}
</style>
border-color css
<style>
span { border-color: #FF7A36; }
span { border-color: rgb(255,122,54); }
td.TdClassName
{
border-color: #FF7A36;
}
.TagClassName
{
border-color: #FF7A36;
}
</style>