Shades of Burnt Orange #F56C28
Tints of Burnt Orange #F56C28
RGB
CMYK
RGB Variations
Color information
#F56C28 (or 0xF56C28) is known color: Burnt Orange. HEX triplet: F5, 6C and 28. RGB value is (245,108,40). Sum of RGB (Red+Green+Blue) = 245+108+40=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C28 is #0A93D7. Grayscale: #8D8D8D. Windows color (decimal): -693208 or 2649333. OLE color: 2649333.
HSL color Cylindrical-coordinate representation of color #F56C28: hue angle of 19.9º 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 #F56C28 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 40 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.04 |
| HSL | 19.9º | 0.91% | 0.56% | - |
| HSV(B) | 19.9º | 0.84% | 0.96% | - |
| XYZ | 43.4 | 30.29 | 5.57 | - |
| YUV | 141.21 | 70.89 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 40 | 0 | 0.56 | 0.84 | 0.04 | 19.9 | 0.91 | 0.56 |
| Hex | F5 | 6C | 28 | 0 | 38 | 54 | 4 | 14 | 5B | 38 |
| Octal | 365 | 154 | 50 | 0 | 70 | 124 | 4 | 24 | 133 | 70 |
| Binary | 11110101 | 1101100 | 101000 | 0 | 111000 | 1010100 | 100 | 10100 | 1011011 | 111000 |
Color Harmonies of #F56C28
Complementary color
Monochromatic Colors of #F56C28
Black with #F56C28
Text Example
Text Example
White with #F56C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C28; }
p { color: rgb(245,108,40); }
H1.HeaderClassName
{
color: #F56C28;
}
.AnyTagClassName
{
color: #F56C28;
}
</style>
background-color css
<style>
a { background-color: #F56C28; }
a { background-color: rgb(245,108,40); }
div.DivClassName
{
background-color: #F56C28;
}
.BgClassName
{
background-color: #F56C28;
}
</style>
border-color css
<style>
span { border-color: #F56C28; }
span { border-color: rgb(245,108,40); }
td.TdClassName
{
border-color: #F56C28;
}
.TagClassName
{
border-color: #F56C28;
}
</style>