Shades of Burnt Orange #F56F37
Tints of Burnt Orange #F56F37
RGB
CMYK
RGB Variations
Color information
#F56F37 (or 0xF56F37) is known color: Burnt Orange. HEX triplet: F5, 6F and 37. RGB value is (245,111,55). Sum of RGB (Red+Green+Blue) = 245+111+55=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F37 is #0A90C8. Grayscale: #919191. Windows color (decimal): -692425 or 3633141. OLE color: 3633141.
HSL color Cylindrical-coordinate representation of color #F56F37: hue angle of 17.68º 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 #F56F37 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 55 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.04 |
| HSL | 17.68º | 0.9% | 0.59% | - |
| HSV(B) | 17.68º | 0.78% | 0.96% | - |
| XYZ | 44.03 | 31.06 | 7.29 | - |
| YUV | 144.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 55 | 0 | 0.55 | 0.78 | 0.04 | 17.68 | 0.9 | 0.59 |
| Hex | F5 | 6F | 37 | 0 | 37 | 4E | 4 | 12 | 5A | 3B |
| Octal | 365 | 157 | 67 | 0 | 67 | 116 | 4 | 22 | 132 | 73 |
| Binary | 11110101 | 1101111 | 110111 | 0 | 110111 | 1001110 | 100 | 10010 | 1011010 | 111011 |
Color Harmonies of #F56F37
Complementary color
Monochromatic Colors of #F56F37
Black with #F56F37
Text Example
Text Example
White with #F56F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F37; }
p { color: rgb(245,111,55); }
H1.HeaderClassName
{
color: #F56F37;
}
.AnyTagClassName
{
color: #F56F37;
}
</style>
background-color css
<style>
a { background-color: #F56F37; }
a { background-color: rgb(245,111,55); }
div.DivClassName
{
background-color: #F56F37;
}
.BgClassName
{
background-color: #F56F37;
}
</style>
border-color css
<style>
span { border-color: #F56F37; }
span { border-color: rgb(245,111,55); }
td.TdClassName
{
border-color: #F56F37;
}
.TagClassName
{
border-color: #F56F37;
}
</style>