Shades of Burnt Orange #F5702D
Tints of Burnt Orange #F5702D
RGB
CMYK
RGB Variations
Color information
#F5702D (or 0xF5702D) is known color: Burnt Orange. HEX triplet: F5, 70 and 2D. RGB value is (245,112,45). Sum of RGB (Red+Green+Blue) = 245+112+45=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5702D is #0A8FD2. Grayscale: #909090. Windows color (decimal): -692179 or 2978037. OLE color: 2978037.
HSL color Cylindrical-coordinate representation of color #F5702D: hue angle of 20.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5702D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.04 |
| HSL | 20.1º | 0.91% | 0.57% | - |
| HSV(B) | 20.1º | 0.82% | 0.96% | - |
| XYZ | 43.92 | 31.19 | 6.19 | - |
| YUV | 144.13 | 72.06 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 45 | 0 | 0.54 | 0.82 | 0.04 | 20.1 | 0.91 | 0.57 |
| Hex | F5 | 70 | 2D | 0 | 36 | 52 | 4 | 14 | 5B | 39 |
| Octal | 365 | 160 | 55 | 0 | 66 | 122 | 4 | 24 | 133 | 71 |
| Binary | 11110101 | 1110000 | 101101 | 0 | 110110 | 1010010 | 100 | 10100 | 1011011 | 111001 |
Color Harmonies of #F5702D
Complementary color
Monochromatic Colors of #F5702D
Black with #F5702D
Text Example
Text Example
White with #F5702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5702D; }
p { color: rgb(245,112,45); }
H1.HeaderClassName
{
color: #F5702D;
}
.AnyTagClassName
{
color: #F5702D;
}
</style>
background-color css
<style>
a { background-color: #F5702D; }
a { background-color: rgb(245,112,45); }
div.DivClassName
{
background-color: #F5702D;
}
.BgClassName
{
background-color: #F5702D;
}
</style>
border-color css
<style>
span { border-color: #F5702D; }
span { border-color: rgb(245,112,45); }
td.TdClassName
{
border-color: #F5702D;
}
.TagClassName
{
border-color: #F5702D;
}
</style>