Shades of Burnt Orange #F5762F
Tints of Burnt Orange #F5762F
RGB
CMYK
RGB Variations
Color information
#F5762F (or 0xF5762F) is known color: Burnt Orange. HEX triplet: F5, 76 and 2F. RGB value is (245,118,47). Sum of RGB (Red+Green+Blue) = 245+118+47=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5762F is #0A89D0. Grayscale: #949494. Windows color (decimal): -690641 or 3110645. OLE color: 3110645.
HSL color Cylindrical-coordinate representation of color #F5762F: hue angle of 21.52º 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 #F5762F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 47 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.04 |
| HSL | 21.52º | 0.91% | 0.57% | - |
| HSV(B) | 21.52º | 0.81% | 0.96% | - |
| XYZ | 44.65 | 32.57 | 6.62 | - |
| YUV | 147.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 47 | 0 | 0.52 | 0.81 | 0.04 | 21.52 | 0.91 | 0.57 |
| Hex | F5 | 76 | 2F | 0 | 34 | 51 | 4 | 16 | 5B | 39 |
| Octal | 365 | 166 | 57 | 0 | 64 | 121 | 4 | 26 | 133 | 71 |
| Binary | 11110101 | 1110110 | 101111 | 0 | 110100 | 1010001 | 100 | 10110 | 1011011 | 111001 |
Color Harmonies of #F5762F
Complementary color
Monochromatic Colors of #F5762F
Black with #F5762F
Text Example
Text Example
White with #F5762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5762F; }
p { color: rgb(245,118,47); }
H1.HeaderClassName
{
color: #F5762F;
}
.AnyTagClassName
{
color: #F5762F;
}
</style>
background-color css
<style>
a { background-color: #F5762F; }
a { background-color: rgb(245,118,47); }
div.DivClassName
{
background-color: #F5762F;
}
.BgClassName
{
background-color: #F5762F;
}
</style>
border-color css
<style>
span { border-color: #F5762F; }
span { border-color: rgb(245,118,47); }
td.TdClassName
{
border-color: #F5762F;
}
.TagClassName
{
border-color: #F5762F;
}
</style>