Shades of Burnt Orange #F56525
Tints of Burnt Orange #F56525
RGB
CMYK
RGB Variations
Color information
#F56525 (or 0xF56525) is known color: Burnt Orange. HEX triplet: F5, 65 and 25. RGB value is (245,101,37). Sum of RGB (Red+Green+Blue) = 245+101+37=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F56525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56525 is #0A9ADA. Grayscale: #898989. Windows color (decimal): -695003 or 2450933. OLE color: 2450933.
HSL color Cylindrical-coordinate representation of color #F56525: hue angle of 18.46º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F56525 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.04 |
| HSL | 18.46º | 0.91% | 0.55% | - |
| HSV(B) | 18.46º | 0.85% | 0.96% | - |
| XYZ | 42.64 | 28.85 | 5.07 | - |
| YUV | 136.76 | 71.71 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 37 | 0 | 0.59 | 0.85 | 0.04 | 18.46 | 0.91 | 0.55 |
| Hex | F5 | 65 | 25 | 0 | 3B | 55 | 4 | 12 | 5B | 37 |
| Octal | 365 | 145 | 45 | 0 | 73 | 125 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100101 | 100101 | 0 | 111011 | 1010101 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56525
Complementary color
Monochromatic Colors of #F56525
Black with #F56525
Text Example
Text Example
White with #F56525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56525; }
p { color: rgb(245,101,37); }
H1.HeaderClassName
{
color: #F56525;
}
.AnyTagClassName
{
color: #F56525;
}
</style>
background-color css
<style>
a { background-color: #F56525; }
a { background-color: rgb(245,101,37); }
div.DivClassName
{
background-color: #F56525;
}
.BgClassName
{
background-color: #F56525;
}
</style>
border-color css
<style>
span { border-color: #F56525; }
span { border-color: rgb(245,101,37); }
td.TdClassName
{
border-color: #F56525;
}
.TagClassName
{
border-color: #F56525;
}
</style>