Shades of Burnt Orange #F56C27
Tints of Burnt Orange #F56C27
RGB
CMYK
RGB Variations
Color information
#F56C27 (or 0xF56C27) is known color: Burnt Orange. HEX triplet: F5, 6C and 27. RGB value is (245,108,39). Sum of RGB (Red+Green+Blue) = 245+108+39=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C27 is #0A93D8. Grayscale: #8D8D8D. Windows color (decimal): -693209 or 2583797. OLE color: 2583797.
HSL color Cylindrical-coordinate representation of color #F56C27: hue angle of 20.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F56C27 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 39 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.04 |
| HSL | 20.1º | 0.91% | 0.56% | - |
| HSV(B) | 20.1º | 0.84% | 0.96% | - |
| XYZ | 43.38 | 30.28 | 5.48 | - |
| YUV | 141.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 39 | 0 | 0.56 | 0.84 | 0.04 | 20.1 | 0.91 | 0.56 |
| Hex | F5 | 6C | 27 | 0 | 38 | 54 | 4 | 14 | 5B | 38 |
| Octal | 365 | 154 | 47 | 0 | 70 | 124 | 4 | 24 | 133 | 70 |
| Binary | 11110101 | 1101100 | 100111 | 0 | 111000 | 1010100 | 100 | 10100 | 1011011 | 111000 |
Color Harmonies of #F56C27
Complementary color
Monochromatic Colors of #F56C27
Black with #F56C27
Text Example
Text Example
White with #F56C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C27; }
p { color: rgb(245,108,39); }
H1.HeaderClassName
{
color: #F56C27;
}
.AnyTagClassName
{
color: #F56C27;
}
</style>
background-color css
<style>
a { background-color: #F56C27; }
a { background-color: rgb(245,108,39); }
div.DivClassName
{
background-color: #F56C27;
}
.BgClassName
{
background-color: #F56C27;
}
</style>
border-color css
<style>
span { border-color: #F56C27; }
span { border-color: rgb(245,108,39); }
td.TdClassName
{
border-color: #F56C27;
}
.TagClassName
{
border-color: #F56C27;
}
</style>