Shades of Burnt Orange #F5742F
Tints of Burnt Orange #F5742F
RGB
CMYK
RGB Variations
Color information
#F5742F (or 0xF5742F) is known color: Burnt Orange. HEX triplet: F5, 74 and 2F. RGB value is (245,116,47). Sum of RGB (Red+Green+Blue) = 245+116+47=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5742F is #0A8BD0. Grayscale: #939393. Windows color (decimal): -691153 or 3110133. OLE color: 3110133.
HSL color Cylindrical-coordinate representation of color #F5742F: hue angle of 20.91º 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 #F5742F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 47 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.04 |
| HSL | 20.91º | 0.91% | 0.57% | - |
| HSV(B) | 20.91º | 0.81% | 0.96% | - |
| XYZ | 44.41 | 32.11 | 6.55 | - |
| YUV | 146.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 47 | 0 | 0.53 | 0.81 | 0.04 | 20.91 | 0.91 | 0.57 |
| Hex | F5 | 74 | 2F | 0 | 35 | 51 | 4 | 15 | 5B | 39 |
| Octal | 365 | 164 | 57 | 0 | 65 | 121 | 4 | 25 | 133 | 71 |
| Binary | 11110101 | 1110100 | 101111 | 0 | 110101 | 1010001 | 100 | 10101 | 1011011 | 111001 |
Color Harmonies of #F5742F
Complementary color
Monochromatic Colors of #F5742F
Black with #F5742F
Text Example
Text Example
White with #F5742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5742F; }
p { color: rgb(245,116,47); }
H1.HeaderClassName
{
color: #F5742F;
}
.AnyTagClassName
{
color: #F5742F;
}
</style>
background-color css
<style>
a { background-color: #F5742F; }
a { background-color: rgb(245,116,47); }
div.DivClassName
{
background-color: #F5742F;
}
.BgClassName
{
background-color: #F5742F;
}
</style>
border-color css
<style>
span { border-color: #F5742F; }
span { border-color: rgb(245,116,47); }
td.TdClassName
{
border-color: #F5742F;
}
.TagClassName
{
border-color: #F5742F;
}
</style>