Shades of Burnt Orange #F0752D
Tints of Burnt Orange #F0752D
RGB
CMYK
RGB Variations
Color information
#F0752D (or 0xF0752D) is known color: Burnt Orange. HEX triplet: F0, 75 and 2D. RGB value is (240,117,45). Sum of RGB (Red+Green+Blue) = 240+117+45=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0752D is #0F8AD2. Grayscale: #919191. Windows color (decimal): -1018579 or 2979312. OLE color: 2979312.
HSL color Cylindrical-coordinate representation of color #F0752D: hue angle of 22.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0752D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 45 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.06 |
| HSL | 22.15º | 0.87% | 0.56% | - |
| HSV(B) | 22.15º | 0.81% | 0.94% | - |
| XYZ | 42.77 | 31.44 | 6.3 | - |
| YUV | 145.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 45 | 0 | 0.51 | 0.81 | 0.06 | 22.15 | 0.87 | 0.56 |
| Hex | F0 | 75 | 2D | 0 | 33 | 51 | 6 | 16 | 57 | 38 |
| Octal | 360 | 165 | 55 | 0 | 63 | 121 | 6 | 26 | 127 | 70 |
| Binary | 11110000 | 1110101 | 101101 | 0 | 110011 | 1010001 | 110 | 10110 | 1010111 | 111000 |
Color Harmonies of #F0752D
Complementary color
Monochromatic Colors of #F0752D
Black with #F0752D
Text Example
Text Example
White with #F0752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0752D; }
p { color: rgb(240,117,45); }
H1.HeaderClassName
{
color: #F0752D;
}
.AnyTagClassName
{
color: #F0752D;
}
</style>
background-color css
<style>
a { background-color: #F0752D; }
a { background-color: rgb(240,117,45); }
div.DivClassName
{
background-color: #F0752D;
}
.BgClassName
{
background-color: #F0752D;
}
</style>
border-color css
<style>
span { border-color: #F0752D; }
span { border-color: rgb(240,117,45); }
td.TdClassName
{
border-color: #F0752D;
}
.TagClassName
{
border-color: #F0752D;
}
</style>