Shades of Burnt Orange #F56A29
Tints of Burnt Orange #F56A29
RGB
CMYK
RGB Variations
Color information
#F56A29 (or 0xF56A29) is known color: Burnt Orange. HEX triplet: F5, 6A and 29. RGB value is (245,106,41). Sum of RGB (Red+Green+Blue) = 245+106+41=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A29 is #0A95D6. Grayscale: #8C8C8C. Windows color (decimal): -693719 or 2714357. OLE color: 2714357.
HSL color Cylindrical-coordinate representation of color #F56A29: hue angle of 19.12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F56A29 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 41 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.04 |
| HSL | 19.12º | 0.91% | 0.56% | - |
| HSV(B) | 19.12º | 0.83% | 0.96% | - |
| XYZ | 43.21 | 29.88 | 5.59 | - |
| YUV | 140.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 41 | 0 | 0.57 | 0.83 | 0.04 | 19.12 | 0.91 | 0.56 |
| Hex | F5 | 6A | 29 | 0 | 39 | 53 | 4 | 13 | 5B | 38 |
| Octal | 365 | 152 | 51 | 0 | 71 | 123 | 4 | 23 | 133 | 70 |
| Binary | 11110101 | 1101010 | 101001 | 0 | 111001 | 1010011 | 100 | 10011 | 1011011 | 111000 |
Color Harmonies of #F56A29
Complementary color
Monochromatic Colors of #F56A29
Black with #F56A29
Text Example
Text Example
White with #F56A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A29; }
p { color: rgb(245,106,41); }
H1.HeaderClassName
{
color: #F56A29;
}
.AnyTagClassName
{
color: #F56A29;
}
</style>
background-color css
<style>
a { background-color: #F56A29; }
a { background-color: rgb(245,106,41); }
div.DivClassName
{
background-color: #F56A29;
}
.BgClassName
{
background-color: #F56A29;
}
</style>
border-color css
<style>
span { border-color: #F56A29; }
span { border-color: rgb(245,106,41); }
td.TdClassName
{
border-color: #F56A29;
}
.TagClassName
{
border-color: #F56A29;
}
</style>