Shades of Burnt Orange #F56526
Tints of Burnt Orange #F56526
RGB
CMYK
RGB Variations
Color information
#F56526 (or 0xF56526) is known color: Burnt Orange. HEX triplet: F5, 65 and 26. RGB value is (245,101,38). Sum of RGB (Red+Green+Blue) = 245+101+38=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F56526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56526 is #0A9AD9. Grayscale: #898989. Windows color (decimal): -695002 or 2516469. OLE color: 2516469.
HSL color Cylindrical-coordinate representation of color #F56526: hue angle of 18.26º 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 #F56526 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 38 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.04 |
| HSL | 18.26º | 0.91% | 0.55% | - |
| HSV(B) | 18.26º | 0.84% | 0.96% | - |
| XYZ | 42.66 | 28.86 | 5.16 | - |
| YUV | 136.87 | 72.21 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 38 | 0 | 0.59 | 0.84 | 0.04 | 18.26 | 0.91 | 0.55 |
| Hex | F5 | 65 | 26 | 0 | 3B | 54 | 4 | 12 | 5B | 37 |
| Octal | 365 | 145 | 46 | 0 | 73 | 124 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100101 | 100110 | 0 | 111011 | 1010100 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56526
Complementary color
Monochromatic Colors of #F56526
Black with #F56526
Text Example
Text Example
White with #F56526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56526; }
p { color: rgb(245,101,38); }
H1.HeaderClassName
{
color: #F56526;
}
.AnyTagClassName
{
color: #F56526;
}
</style>
background-color css
<style>
a { background-color: #F56526; }
a { background-color: rgb(245,101,38); }
div.DivClassName
{
background-color: #F56526;
}
.BgClassName
{
background-color: #F56526;
}
</style>
border-color css
<style>
span { border-color: #F56526; }
span { border-color: rgb(245,101,38); }
td.TdClassName
{
border-color: #F56526;
}
.TagClassName
{
border-color: #F56526;
}
</style>