Shades of Burnt Orange #F56728
Tints of Burnt Orange #F56728
RGB
CMYK
RGB Variations
Color information
#F56728 (or 0xF56728) is known color: Burnt Orange. HEX triplet: F5, 67 and 28. RGB value is (245,103,40). Sum of RGB (Red+Green+Blue) = 245+103+40=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F56728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56728 is #0A98D7. Grayscale: #8A8A8A. Windows color (decimal): -694488 or 2648053. OLE color: 2648053.
HSL color Cylindrical-coordinate representation of color #F56728: hue angle of 18.44º 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 #F56728 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 40 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.04 |
| HSL | 18.44º | 0.91% | 0.56% | - |
| HSV(B) | 18.44º | 0.84% | 0.96% | - |
| XYZ | 42.89 | 29.27 | 5.4 | - |
| YUV | 138.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 40 | 0 | 0.58 | 0.84 | 0.04 | 18.44 | 0.91 | 0.56 |
| Hex | F5 | 67 | 28 | 0 | 3A | 54 | 4 | 12 | 5B | 38 |
| Octal | 365 | 147 | 50 | 0 | 72 | 124 | 4 | 22 | 133 | 70 |
| Binary | 11110101 | 1100111 | 101000 | 0 | 111010 | 1010100 | 100 | 10010 | 1011011 | 111000 |
Color Harmonies of #F56728
Complementary color
Monochromatic Colors of #F56728
Black with #F56728
Text Example
Text Example
White with #F56728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56728; }
p { color: rgb(245,103,40); }
H1.HeaderClassName
{
color: #F56728;
}
.AnyTagClassName
{
color: #F56728;
}
</style>
background-color css
<style>
a { background-color: #F56728; }
a { background-color: rgb(245,103,40); }
div.DivClassName
{
background-color: #F56728;
}
.BgClassName
{
background-color: #F56728;
}
</style>
border-color css
<style>
span { border-color: #F56728; }
span { border-color: rgb(245,103,40); }
td.TdClassName
{
border-color: #F56728;
}
.TagClassName
{
border-color: #F56728;
}
</style>