Shades of Burnt Orange #F56F39
Tints of Burnt Orange #F56F39
RGB
CMYK
RGB Variations
Color information
#F56F39 (or 0xF56F39) is known color: Burnt Orange. HEX triplet: F5, 6F and 39. RGB value is (245,111,57). Sum of RGB (Red+Green+Blue) = 245+111+57=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F39 is #0A90C6. Grayscale: #919191. Windows color (decimal): -692423 or 3764213. OLE color: 3764213.
HSL color Cylindrical-coordinate representation of color #F56F39: hue angle of 17.23º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F56F39 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 57 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.04 |
| HSL | 17.23º | 0.9% | 0.59% | - |
| HSV(B) | 17.23º | 0.77% | 0.96% | - |
| XYZ | 44.08 | 31.08 | 7.55 | - |
| YUV | 144.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 57 | 0 | 0.55 | 0.77 | 0.04 | 17.23 | 0.9 | 0.59 |
| Hex | F5 | 6F | 39 | 0 | 37 | 4D | 4 | 11 | 5A | 3B |
| Octal | 365 | 157 | 71 | 0 | 67 | 115 | 4 | 21 | 132 | 73 |
| Binary | 11110101 | 1101111 | 111001 | 0 | 110111 | 1001101 | 100 | 10001 | 1011010 | 111011 |
Color Harmonies of #F56F39
Complementary color
Monochromatic Colors of #F56F39
Black with #F56F39
Text Example
Text Example
White with #F56F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F39; }
p { color: rgb(245,111,57); }
H1.HeaderClassName
{
color: #F56F39;
}
.AnyTagClassName
{
color: #F56F39;
}
</style>
background-color css
<style>
a { background-color: #F56F39; }
a { background-color: rgb(245,111,57); }
div.DivClassName
{
background-color: #F56F39;
}
.BgClassName
{
background-color: #F56F39;
}
</style>
border-color css
<style>
span { border-color: #F56F39; }
span { border-color: rgb(245,111,57); }
td.TdClassName
{
border-color: #F56F39;
}
.TagClassName
{
border-color: #F56F39;
}
</style>