Shades of Burnt Orange #FF7236
Tints of Burnt Orange #FF7236
RGB
CMYK
RGB Variations
Color information
#FF7236 (or 0xFF7236) is known color: Burnt Orange. HEX triplet: FF, 72 and 36. RGB value is (255,114,54). Sum of RGB (Red+Green+Blue) = 255+114+54=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7236 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7236 is #008DC9. Grayscale: #959595. Windows color (decimal): -36298 or 3568383. OLE color: 3568383.
HSL color Cylindrical-coordinate representation of color #FF7236: hue angle of 17.91º 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 #FF7236 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 54 | - |
| CMYK | 0 | 0.55 | 0.79 | 0 |
| HSL | 17.91º | 1% | 0.61% | - |
| HSV(B) | 17.91º | 0.79% | 1% | - |
| XYZ | 47.92 | 33.56 | 7.44 | - |
| YUV | 149.32 | 74.21 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 54 | 0 | 0.55 | 0.79 | 0 | 17.91 | 1 | 0.61 |
| Hex | FF | 72 | 36 | 0 | 37 | 4F | 0 | 12 | 64 | 3D |
| Octal | 377 | 162 | 66 | 0 | 67 | 117 | 0 | 22 | 144 | 75 |
| Binary | 11111111 | 1110010 | 110110 | 0 | 110111 | 1001111 | 0 | 10010 | 1100100 | 111101 |
Color Harmonies of #FF7236
Complementary color
Monochromatic Colors of #FF7236
Black with #FF7236
Text Example
Text Example
White with #FF7236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7236; }
p { color: rgb(255,114,54); }
H1.HeaderClassName
{
color: #FF7236;
}
.AnyTagClassName
{
color: #FF7236;
}
</style>
background-color css
<style>
a { background-color: #FF7236; }
a { background-color: rgb(255,114,54); }
div.DivClassName
{
background-color: #FF7236;
}
.BgClassName
{
background-color: #FF7236;
}
</style>
border-color css
<style>
span { border-color: #FF7236; }
span { border-color: rgb(255,114,54); }
td.TdClassName
{
border-color: #FF7236;
}
.TagClassName
{
border-color: #FF7236;
}
</style>