Shades of Burnt Orange #F56726
Tints of Burnt Orange #F56726
RGB
CMYK
RGB Variations
Color information
#F56726 (or 0xF56726) is known color: Burnt Orange. HEX triplet: F5, 67 and 26. RGB value is (245,103,38). Sum of RGB (Red+Green+Blue) = 245+103+38=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F56726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56726 is #0A98D9. Grayscale: #8A8A8A. Windows color (decimal): -694490 or 2516981. OLE color: 2516981.
HSL color Cylindrical-coordinate representation of color #F56726: hue angle of 18.84º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F56726 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 38 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.04 |
| HSL | 18.84º | 0.91% | 0.55% | - |
| HSV(B) | 18.84º | 0.84% | 0.96% | - |
| XYZ | 42.86 | 29.25 | 5.22 | - |
| YUV | 138.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 38 | 0 | 0.58 | 0.84 | 0.04 | 18.84 | 0.91 | 0.55 |
| Hex | F5 | 67 | 26 | 0 | 3A | 54 | 4 | 13 | 5B | 37 |
| Octal | 365 | 147 | 46 | 0 | 72 | 124 | 4 | 23 | 133 | 67 |
| Binary | 11110101 | 1100111 | 100110 | 0 | 111010 | 1010100 | 100 | 10011 | 1011011 | 110111 |
Color Harmonies of #F56726
Complementary color
Monochromatic Colors of #F56726
Black with #F56726
Text Example
Text Example
White with #F56726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56726; }
p { color: rgb(245,103,38); }
H1.HeaderClassName
{
color: #F56726;
}
.AnyTagClassName
{
color: #F56726;
}
</style>
background-color css
<style>
a { background-color: #F56726; }
a { background-color: rgb(245,103,38); }
div.DivClassName
{
background-color: #F56726;
}
.BgClassName
{
background-color: #F56726;
}
</style>
border-color css
<style>
span { border-color: #F56726; }
span { border-color: rgb(245,103,38); }
td.TdClassName
{
border-color: #F56726;
}
.TagClassName
{
border-color: #F56726;
}
</style>