Shades of Burnt Orange #F56F40
Tints of Burnt Orange #F56F40
RGB
CMYK
RGB Variations
Color information
#F56F40 (or 0xF56F40) is known color: Burnt Orange. HEX triplet: F5, 6F and 40. RGB value is (245,111,64). Sum of RGB (Red+Green+Blue) = 245+111+64=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F40 is #0A90BF. Grayscale: #929292. Windows color (decimal): -692416 or 4222965. OLE color: 4222965.
HSL color Cylindrical-coordinate representation of color #F56F40: hue angle of 15.58º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F56F40 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 64 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.04 |
| HSL | 15.58º | 0.9% | 0.61% | - |
| HSV(B) | 15.58º | 0.74% | 0.96% | - |
| XYZ | 44.27 | 31.15 | 8.53 | - |
| YUV | 145.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 64 | 0 | 0.55 | 0.74 | 0.04 | 15.58 | 0.9 | 0.61 |
| Hex | F5 | 6F | 40 | 0 | 37 | 4A | 4 | 10 | 5A | 3D |
| Octal | 365 | 157 | 100 | 0 | 67 | 112 | 4 | 20 | 132 | 75 |
| Binary | 11110101 | 1101111 | 1000000 | 0 | 110111 | 1001010 | 100 | 10000 | 1011010 | 111101 |
Color Harmonies of #F56F40
Complementary color
Monochromatic Colors of #F56F40
Black with #F56F40
Text Example
Text Example
White with #F56F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F40; }
p { color: rgb(245,111,64); }
H1.HeaderClassName
{
color: #F56F40;
}
.AnyTagClassName
{
color: #F56F40;
}
</style>
background-color css
<style>
a { background-color: #F56F40; }
a { background-color: rgb(245,111,64); }
div.DivClassName
{
background-color: #F56F40;
}
.BgClassName
{
background-color: #F56F40;
}
</style>
border-color css
<style>
span { border-color: #F56F40; }
span { border-color: rgb(245,111,64); }
td.TdClassName
{
border-color: #F56F40;
}
.TagClassName
{
border-color: #F56F40;
}
</style>