Shades of Burnt Orange #F56E41
Tints of Burnt Orange #F56E41
RGB
CMYK
RGB Variations
Color information
#F56E41 (or 0xF56E41) is known color: Burnt Orange. HEX triplet: F5, 6E and 41. RGB value is (245,110,65). Sum of RGB (Red+Green+Blue) = 245+110+65=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56E41 is #0A91BE. Grayscale: #919191. Windows color (decimal): -692671 or 4288245. OLE color: 4288245.
HSL color Cylindrical-coordinate representation of color #F56E41: hue angle of 15º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F56E41 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 65 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.04 |
| HSL | 15º | 0.9% | 0.61% | - |
| HSV(B) | 15º | 0.73% | 0.96% | - |
| XYZ | 44.19 | 30.95 | 8.65 | - |
| YUV | 145.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 65 | 0 | 0.55 | 0.73 | 0.04 | 15 | 0.9 | 0.61 |
| Hex | F5 | 6E | 41 | 0 | 37 | 49 | 4 | F | 5A | 3D |
| Octal | 365 | 156 | 101 | 0 | 67 | 111 | 4 | 17 | 132 | 75 |
| Binary | 11110101 | 1101110 | 1000001 | 0 | 110111 | 1001001 | 100 | 1111 | 1011010 | 111101 |
Color Harmonies of #F56E41
Complementary color
Monochromatic Colors of #F56E41
Black with #F56E41
Text Example
Text Example
White with #F56E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E41; }
p { color: rgb(245,110,65); }
H1.HeaderClassName
{
color: #F56E41;
}
.AnyTagClassName
{
color: #F56E41;
}
</style>
background-color css
<style>
a { background-color: #F56E41; }
a { background-color: rgb(245,110,65); }
div.DivClassName
{
background-color: #F56E41;
}
.BgClassName
{
background-color: #F56E41;
}
</style>
border-color css
<style>
span { border-color: #F56E41; }
span { border-color: rgb(245,110,65); }
td.TdClassName
{
border-color: #F56E41;
}
.TagClassName
{
border-color: #F56E41;
}
</style>