Shades of Burnt Orange #F57234
Tints of Burnt Orange #F57234
RGB
CMYK
RGB Variations
Color information
#F57234 (or 0xF57234) is known color: Burnt Orange. HEX triplet: F5, 72 and 34. RGB value is (245,114,52). Sum of RGB (Red+Green+Blue) = 245+114+52=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F57234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57234 is #0A8DCB. Grayscale: #929292. Windows color (decimal): -691660 or 3437301. OLE color: 3437301.
HSL color Cylindrical-coordinate representation of color #F57234: hue angle of 19.27º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F57234 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 52 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.04 |
| HSL | 19.27º | 0.91% | 0.58% | - |
| HSV(B) | 19.27º | 0.79% | 0.96% | - |
| XYZ | 44.29 | 31.7 | 7.03 | - |
| YUV | 146.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 52 | 0 | 0.53 | 0.79 | 0.04 | 19.27 | 0.91 | 0.58 |
| Hex | F5 | 72 | 34 | 0 | 35 | 4F | 4 | 13 | 5B | 3A |
| Octal | 365 | 162 | 64 | 0 | 65 | 117 | 4 | 23 | 133 | 72 |
| Binary | 11110101 | 1110010 | 110100 | 0 | 110101 | 1001111 | 100 | 10011 | 1011011 | 111010 |
Color Harmonies of #F57234
Complementary color
Monochromatic Colors of #F57234
Black with #F57234
Text Example
Text Example
White with #F57234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57234; }
p { color: rgb(245,114,52); }
H1.HeaderClassName
{
color: #F57234;
}
.AnyTagClassName
{
color: #F57234;
}
</style>
background-color css
<style>
a { background-color: #F57234; }
a { background-color: rgb(245,114,52); }
div.DivClassName
{
background-color: #F57234;
}
.BgClassName
{
background-color: #F57234;
}
</style>
border-color css
<style>
span { border-color: #F57234; }
span { border-color: rgb(245,114,52); }
td.TdClassName
{
border-color: #F57234;
}
.TagClassName
{
border-color: #F57234;
}
</style>