Shades of Burnt Orange #FF7C36
Tints of Burnt Orange #FF7C36
RGB
CMYK
RGB Variations
Color information
#FF7C36 (or 0xFF7C36) is known color: Burnt Orange. HEX triplet: FF, 7C and 36. RGB value is (255,124,54). Sum of RGB (Red+Green+Blue) = 255+124+54=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C36 is #0083C9. Grayscale: #9B9B9B. Windows color (decimal): -33738 or 3570943. OLE color: 3570943.
HSL color Cylindrical-coordinate representation of color #FF7C36: hue angle of 20.9º 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 #FF7C36 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 54 | - |
| CMYK | 0 | 0.51 | 0.79 | 0 |
| HSL | 20.9º | 1% | 0.61% | - |
| HSV(B) | 20.9º | 0.79% | 1% | - |
| XYZ | 49.11 | 35.94 | 7.84 | - |
| YUV | 155.19 | 70.9 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 54 | 0 | 0.51 | 0.79 | 0 | 20.9 | 1 | 0.61 |
| Hex | FF | 7C | 36 | 0 | 33 | 4F | 0 | 15 | 64 | 3D |
| Octal | 377 | 174 | 66 | 0 | 63 | 117 | 0 | 25 | 144 | 75 |
| Binary | 11111111 | 1111100 | 110110 | 0 | 110011 | 1001111 | 0 | 10101 | 1100100 | 111101 |
Color Harmonies of #FF7C36
Complementary color
Monochromatic Colors of #FF7C36
Black with #FF7C36
Text Example
Text Example
White with #FF7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C36; }
p { color: rgb(255,124,54); }
H1.HeaderClassName
{
color: #FF7C36;
}
.AnyTagClassName
{
color: #FF7C36;
}
</style>
background-color css
<style>
a { background-color: #FF7C36; }
a { background-color: rgb(255,124,54); }
div.DivClassName
{
background-color: #FF7C36;
}
.BgClassName
{
background-color: #FF7C36;
}
</style>
border-color css
<style>
span { border-color: #FF7C36; }
span { border-color: rgb(255,124,54); }
td.TdClassName
{
border-color: #FF7C36;
}
.TagClassName
{
border-color: #FF7C36;
}
</style>