Shades of Burnt Orange #F56926
Tints of Burnt Orange #F56926
RGB
CMYK
RGB Variations
Color information
#F56926 (or 0xF56926) is known color: Burnt Orange. HEX triplet: F5, 69 and 26. RGB value is (245,105,38). Sum of RGB (Red+Green+Blue) = 245+105+38=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F56926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56926 is #0A96D9. Grayscale: #8B8B8B. Windows color (decimal): -693978 or 2517493. OLE color: 2517493.
HSL color Cylindrical-coordinate representation of color #F56926: hue angle of 19.42º 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 #F56926 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.04 |
| HSL | 19.42º | 0.91% | 0.55% | - |
| HSV(B) | 19.42º | 0.84% | 0.96% | - |
| XYZ | 43.06 | 29.66 | 5.29 | - |
| YUV | 139.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 38 | 0 | 0.57 | 0.84 | 0.04 | 19.42 | 0.91 | 0.55 |
| Hex | F5 | 69 | 26 | 0 | 39 | 54 | 4 | 13 | 5B | 37 |
| Octal | 365 | 151 | 46 | 0 | 71 | 124 | 4 | 23 | 133 | 67 |
| Binary | 11110101 | 1101001 | 100110 | 0 | 111001 | 1010100 | 100 | 10011 | 1011011 | 110111 |
Color Harmonies of #F56926
Complementary color
Monochromatic Colors of #F56926
Black with #F56926
Text Example
Text Example
White with #F56926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56926; }
p { color: rgb(245,105,38); }
H1.HeaderClassName
{
color: #F56926;
}
.AnyTagClassName
{
color: #F56926;
}
</style>
background-color css
<style>
a { background-color: #F56926; }
a { background-color: rgb(245,105,38); }
div.DivClassName
{
background-color: #F56926;
}
.BgClassName
{
background-color: #F56926;
}
</style>
border-color css
<style>
span { border-color: #F56926; }
span { border-color: rgb(245,105,38); }
td.TdClassName
{
border-color: #F56926;
}
.TagClassName
{
border-color: #F56926;
}
</style>