Shades of Burnt Orange #F57632
Tints of Burnt Orange #F57632
RGB
CMYK
RGB Variations
Color information
#F57632 (or 0xF57632) is known color: Burnt Orange. HEX triplet: F5, 76 and 32. RGB value is (245,118,50). Sum of RGB (Red+Green+Blue) = 245+118+50=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F57632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57632 is #0A89CD. Grayscale: #949494. Windows color (decimal): -690638 or 3307253. OLE color: 3307253.
HSL color Cylindrical-coordinate representation of color #F57632: hue angle of 20.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F57632 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 50 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.04 |
| HSL | 20.92º | 0.91% | 0.58% | - |
| HSV(B) | 20.92º | 0.8% | 0.96% | - |
| XYZ | 44.71 | 32.6 | 6.95 | - |
| YUV | 148.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 50 | 0 | 0.52 | 0.80 | 0.04 | 20.92 | 0.91 | 0.58 |
| Hex | F5 | 76 | 32 | 0 | 34 | 50 | 4 | 15 | 5B | 3A |
| Octal | 365 | 166 | 62 | 0 | 64 | 120 | 4 | 25 | 133 | 72 |
| Binary | 11110101 | 1110110 | 110010 | 0 | 110100 | 1010000 | 100 | 10101 | 1011011 | 111010 |
Color Harmonies of #F57632
Complementary color
Monochromatic Colors of #F57632
Black with #F57632
Text Example
Text Example
White with #F57632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57632; }
p { color: rgb(245,118,50); }
H1.HeaderClassName
{
color: #F57632;
}
.AnyTagClassName
{
color: #F57632;
}
</style>
background-color css
<style>
a { background-color: #F57632; }
a { background-color: rgb(245,118,50); }
div.DivClassName
{
background-color: #F57632;
}
.BgClassName
{
background-color: #F57632;
}
</style>
border-color css
<style>
span { border-color: #F57632; }
span { border-color: rgb(245,118,50); }
td.TdClassName
{
border-color: #F57632;
}
.TagClassName
{
border-color: #F57632;
}
</style>