Shades of Burnt Orange #F56B37
Tints of Burnt Orange #F56B37
RGB
CMYK
RGB Variations
Color information
#F56B37 (or 0xF56B37) is known color: Burnt Orange. HEX triplet: F5, 6B and 37. RGB value is (245,107,55). Sum of RGB (Red+Green+Blue) = 245+107+55=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B37 is #0A94C8. Grayscale: #8E8E8E. Windows color (decimal): -693449 or 3632117. OLE color: 3632117.
HSL color Cylindrical-coordinate representation of color #F56B37: hue angle of 16.42º 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 #F56B37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.04 |
| HSL | 16.42º | 0.9% | 0.59% | - |
| HSV(B) | 16.42º | 0.78% | 0.96% | - |
| XYZ | 43.6 | 30.2 | 7.15 | - |
| YUV | 142.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 55 | 0 | 0.56 | 0.78 | 0.04 | 16.42 | 0.9 | 0.59 |
| Hex | F5 | 6B | 37 | 0 | 38 | 4E | 4 | 10 | 5A | 3B |
| Octal | 365 | 153 | 67 | 0 | 70 | 116 | 4 | 20 | 132 | 73 |
| Binary | 11110101 | 1101011 | 110111 | 0 | 111000 | 1001110 | 100 | 10000 | 1011010 | 111011 |
Color Harmonies of #F56B37
Complementary color
Monochromatic Colors of #F56B37
Black with #F56B37
Text Example
Text Example
White with #F56B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B37; }
p { color: rgb(245,107,55); }
H1.HeaderClassName
{
color: #F56B37;
}
.AnyTagClassName
{
color: #F56B37;
}
</style>
background-color css
<style>
a { background-color: #F56B37; }
a { background-color: rgb(245,107,55); }
div.DivClassName
{
background-color: #F56B37;
}
.BgClassName
{
background-color: #F56B37;
}
</style>
border-color css
<style>
span { border-color: #F56B37; }
span { border-color: rgb(245,107,55); }
td.TdClassName
{
border-color: #F56B37;
}
.TagClassName
{
border-color: #F56B37;
}
</style>