Shades of Burnt Orange #F5712F
Tints of Burnt Orange #F5712F
RGB
CMYK
RGB Variations
Color information
#F5712F (or 0xF5712F) is known color: Burnt Orange. HEX triplet: F5, 71 and 2F. RGB value is (245,113,47). Sum of RGB (Red+Green+Blue) = 245+113+47=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5712F is #0A8ED0. Grayscale: #919191. Windows color (decimal): -691921 or 3109365. OLE color: 3109365.
HSL color Cylindrical-coordinate representation of color #F5712F: hue angle of 20º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5712F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.04 |
| HSL | 20º | 0.91% | 0.57% | - |
| HSV(B) | 20º | 0.81% | 0.96% | - |
| XYZ | 44.07 | 31.43 | 6.43 | - |
| YUV | 144.94 | 72.73 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 47 | 0 | 0.54 | 0.81 | 0.04 | 20 | 0.91 | 0.57 |
| Hex | F5 | 71 | 2F | 0 | 36 | 51 | 4 | 14 | 5B | 39 |
| Octal | 365 | 161 | 57 | 0 | 66 | 121 | 4 | 24 | 133 | 71 |
| Binary | 11110101 | 1110001 | 101111 | 0 | 110110 | 1010001 | 100 | 10100 | 1011011 | 111001 |
Color Harmonies of #F5712F
Complementary color
Monochromatic Colors of #F5712F
Black with #F5712F
Text Example
Text Example
White with #F5712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5712F; }
p { color: rgb(245,113,47); }
H1.HeaderClassName
{
color: #F5712F;
}
.AnyTagClassName
{
color: #F5712F;
}
</style>
background-color css
<style>
a { background-color: #F5712F; }
a { background-color: rgb(245,113,47); }
div.DivClassName
{
background-color: #F5712F;
}
.BgClassName
{
background-color: #F5712F;
}
</style>
border-color css
<style>
span { border-color: #F5712F; }
span { border-color: rgb(245,113,47); }
td.TdClassName
{
border-color: #F5712F;
}
.TagClassName
{
border-color: #F5712F;
}
</style>