Shades of Burnt Orange #FF7936
Tints of Burnt Orange #FF7936
RGB
CMYK
RGB Variations
Color information
#FF7936 (or 0xFF7936) is known color: Burnt Orange. HEX triplet: FF, 79 and 36. RGB value is (255,121,54). Sum of RGB (Red+Green+Blue) = 255+121+54=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7936 is #0086C9. Grayscale: #999999. Windows color (decimal): -34506 or 3570175. OLE color: 3570175.
HSL color Cylindrical-coordinate representation of color #FF7936: hue angle of 20º 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 #FF7936 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 54 | - |
| CMYK | 0 | 0.53 | 0.79 | 0 |
| HSL | 20º | 1% | 0.61% | - |
| HSV(B) | 20º | 0.79% | 1% | - |
| XYZ | 48.74 | 35.2 | 7.72 | - |
| YUV | 153.43 | 71.89 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 54 | 0 | 0.53 | 0.79 | 0 | 20 | 1 | 0.61 |
| Hex | FF | 79 | 36 | 0 | 35 | 4F | 0 | 14 | 64 | 3D |
| Octal | 377 | 171 | 66 | 0 | 65 | 117 | 0 | 24 | 144 | 75 |
| Binary | 11111111 | 1111001 | 110110 | 0 | 110101 | 1001111 | 0 | 10100 | 1100100 | 111101 |
Color Harmonies of #FF7936
Complementary color
Monochromatic Colors of #FF7936
Black with #FF7936
Text Example
Text Example
White with #FF7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7936; }
p { color: rgb(255,121,54); }
H1.HeaderClassName
{
color: #FF7936;
}
.AnyTagClassName
{
color: #FF7936;
}
</style>
background-color css
<style>
a { background-color: #FF7936; }
a { background-color: rgb(255,121,54); }
div.DivClassName
{
background-color: #FF7936;
}
.BgClassName
{
background-color: #FF7936;
}
</style>
border-color css
<style>
span { border-color: #FF7936; }
span { border-color: rgb(255,121,54); }
td.TdClassName
{
border-color: #FF7936;
}
.TagClassName
{
border-color: #FF7936;
}
</style>