Shades of Burnt Orange #F57034
Tints of Burnt Orange #F57034
RGB
CMYK
RGB Variations
Color information
#F57034 (or 0xF57034) is known color: Burnt Orange. HEX triplet: F5, 70 and 34. RGB value is (245,112,52). Sum of RGB (Red+Green+Blue) = 245+112+52=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F57034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57034 is #0A8FCB. Grayscale: #919191. Windows color (decimal): -692172 or 3436789. OLE color: 3436789.
HSL color Cylindrical-coordinate representation of color #F57034: hue angle of 18.65º 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 #F57034 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 52 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.04 |
| HSL | 18.65º | 0.91% | 0.58% | - |
| HSV(B) | 18.65º | 0.79% | 0.96% | - |
| XYZ | 44.07 | 31.25 | 6.96 | - |
| YUV | 144.93 | 75.56 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 52 | 0 | 0.54 | 0.79 | 0.04 | 18.65 | 0.91 | 0.58 |
| Hex | F5 | 70 | 34 | 0 | 36 | 4F | 4 | 13 | 5B | 3A |
| Octal | 365 | 160 | 64 | 0 | 66 | 117 | 4 | 23 | 133 | 72 |
| Binary | 11110101 | 1110000 | 110100 | 0 | 110110 | 1001111 | 100 | 10011 | 1011011 | 111010 |
Color Harmonies of #F57034
Complementary color
Monochromatic Colors of #F57034
Black with #F57034
Text Example
Text Example
White with #F57034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57034; }
p { color: rgb(245,112,52); }
H1.HeaderClassName
{
color: #F57034;
}
.AnyTagClassName
{
color: #F57034;
}
</style>
background-color css
<style>
a { background-color: #F57034; }
a { background-color: rgb(245,112,52); }
div.DivClassName
{
background-color: #F57034;
}
.BgClassName
{
background-color: #F57034;
}
</style>
border-color css
<style>
span { border-color: #F57034; }
span { border-color: rgb(245,112,52); }
td.TdClassName
{
border-color: #F57034;
}
.TagClassName
{
border-color: #F57034;
}
</style>