Shades of Burnt Orange #F56A26
Tints of Burnt Orange #F56A26
RGB
CMYK
RGB Variations
Color information
#F56A26 (or 0xF56A26) is known color: Burnt Orange. HEX triplet: F5, 6A and 26. RGB value is (245,106,38). Sum of RGB (Red+Green+Blue) = 245+106+38=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A26 is #0A95D9. Grayscale: #8C8C8C. Windows color (decimal): -693722 or 2517749. OLE color: 2517749.
HSL color Cylindrical-coordinate representation of color #F56A26: hue angle of 19.71º 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 #F56A26 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.04 |
| HSL | 19.71º | 0.91% | 0.55% | - |
| HSV(B) | 19.71º | 0.84% | 0.96% | - |
| XYZ | 43.16 | 29.86 | 5.32 | - |
| YUV | 139.81 | 70.55 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 38 | 0 | 0.57 | 0.84 | 0.04 | 19.71 | 0.91 | 0.55 |
| Hex | F5 | 6A | 26 | 0 | 39 | 54 | 4 | 14 | 5B | 37 |
| Octal | 365 | 152 | 46 | 0 | 71 | 124 | 4 | 24 | 133 | 67 |
| Binary | 11110101 | 1101010 | 100110 | 0 | 111001 | 1010100 | 100 | 10100 | 1011011 | 110111 |
Color Harmonies of #F56A26
Complementary color
Monochromatic Colors of #F56A26
Black with #F56A26
Text Example
Text Example
White with #F56A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A26; }
p { color: rgb(245,106,38); }
H1.HeaderClassName
{
color: #F56A26;
}
.AnyTagClassName
{
color: #F56A26;
}
</style>
background-color css
<style>
a { background-color: #F56A26; }
a { background-color: rgb(245,106,38); }
div.DivClassName
{
background-color: #F56A26;
}
.BgClassName
{
background-color: #F56A26;
}
</style>
border-color css
<style>
span { border-color: #F56A26; }
span { border-color: rgb(245,106,38); }
td.TdClassName
{
border-color: #F56A26;
}
.TagClassName
{
border-color: #F56A26;
}
</style>