Shades of Burnt Orange #F5702B
Tints of Burnt Orange #F5702B
RGB
CMYK
RGB Variations
Color information
#F5702B (or 0xF5702B) is known color: Burnt Orange. HEX triplet: F5, 70 and 2B. RGB value is (245,112,43). Sum of RGB (Red+Green+Blue) = 245+112+43=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F5702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5702B is #0A8FD4. Grayscale: #909090. Windows color (decimal): -692181 or 2846965. OLE color: 2846965.
HSL color Cylindrical-coordinate representation of color #F5702B: hue angle of 20.5º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5702B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 43 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.04 |
| HSL | 20.5º | 0.91% | 0.56% | - |
| HSV(B) | 20.5º | 0.82% | 0.96% | - |
| XYZ | 43.89 | 31.18 | 5.99 | - |
| YUV | 143.9 | 71.06 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 43 | 0 | 0.54 | 0.82 | 0.04 | 20.5 | 0.91 | 0.56 |
| Hex | F5 | 70 | 2B | 0 | 36 | 52 | 4 | 14 | 5B | 38 |
| Octal | 365 | 160 | 53 | 0 | 66 | 122 | 4 | 24 | 133 | 70 |
| Binary | 11110101 | 1110000 | 101011 | 0 | 110110 | 1010010 | 100 | 10100 | 1011011 | 111000 |
Color Harmonies of #F5702B
Complementary color
Monochromatic Colors of #F5702B
Black with #F5702B
Text Example
Text Example
White with #F5702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5702B; }
p { color: rgb(245,112,43); }
H1.HeaderClassName
{
color: #F5702B;
}
.AnyTagClassName
{
color: #F5702B;
}
</style>
background-color css
<style>
a { background-color: #F5702B; }
a { background-color: rgb(245,112,43); }
div.DivClassName
{
background-color: #F5702B;
}
.BgClassName
{
background-color: #F5702B;
}
</style>
border-color css
<style>
span { border-color: #F5702B; }
span { border-color: rgb(245,112,43); }
td.TdClassName
{
border-color: #F5702B;
}
.TagClassName
{
border-color: #F5702B;
}
</style>