Shades of Burnt Orange #F56D37
Tints of Burnt Orange #F56D37
RGB
CMYK
RGB Variations
Color information
#F56D37 (or 0xF56D37) is known color: Burnt Orange. HEX triplet: F5, 6D and 37. RGB value is (245,109,55). Sum of RGB (Red+Green+Blue) = 245+109+55=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56D37 is #0A92C8. Grayscale: #8F8F8F. Windows color (decimal): -692937 or 3632629. OLE color: 3632629.
HSL color Cylindrical-coordinate representation of color #F56D37: hue angle of 17.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F56D37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.04 |
| HSL | 17.05º | 0.9% | 0.59% | - |
| HSV(B) | 17.05º | 0.78% | 0.96% | - |
| XYZ | 43.81 | 30.63 | 7.22 | - |
| YUV | 143.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 55 | 0 | 0.56 | 0.78 | 0.04 | 17.05 | 0.9 | 0.59 |
| Hex | F5 | 6D | 37 | 0 | 38 | 4E | 4 | 11 | 5A | 3B |
| Octal | 365 | 155 | 67 | 0 | 70 | 116 | 4 | 21 | 132 | 73 |
| Binary | 11110101 | 1101101 | 110111 | 0 | 111000 | 1001110 | 100 | 10001 | 1011010 | 111011 |
Color Harmonies of #F56D37
Complementary color
Monochromatic Colors of #F56D37
Black with #F56D37
Text Example
Text Example
White with #F56D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D37; }
p { color: rgb(245,109,55); }
H1.HeaderClassName
{
color: #F56D37;
}
.AnyTagClassName
{
color: #F56D37;
}
</style>
background-color css
<style>
a { background-color: #F56D37; }
a { background-color: rgb(245,109,55); }
div.DivClassName
{
background-color: #F56D37;
}
.BgClassName
{
background-color: #F56D37;
}
</style>
border-color css
<style>
span { border-color: #F56D37; }
span { border-color: rgb(245,109,55); }
td.TdClassName
{
border-color: #F56D37;
}
.TagClassName
{
border-color: #F56D37;
}
</style>