Shades of Burnt Orange #F0752C
Tints of Burnt Orange #F0752C
RGB
CMYK
RGB Variations
Color information
#F0752C (or 0xF0752C) is known color: Burnt Orange. HEX triplet: F0, 75 and 2C. RGB value is (240,117,44). Sum of RGB (Red+Green+Blue) = 240+117+44=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0752C is #0F8AD3. Grayscale: #919191. Windows color (decimal): -1018580 or 2913776. OLE color: 2913776.
HSL color Cylindrical-coordinate representation of color #F0752C: hue angle of 22.35º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0752C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 44 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.06 |
| HSL | 22.35º | 0.87% | 0.56% | - |
| HSV(B) | 22.35º | 0.82% | 0.94% | - |
| XYZ | 42.75 | 31.43 | 6.2 | - |
| YUV | 145.46 | 70.75 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 44 | 0 | 0.51 | 0.82 | 0.06 | 22.35 | 0.87 | 0.56 |
| Hex | F0 | 75 | 2C | 0 | 33 | 52 | 6 | 16 | 57 | 38 |
| Octal | 360 | 165 | 54 | 0 | 63 | 122 | 6 | 26 | 127 | 70 |
| Binary | 11110000 | 1110101 | 101100 | 0 | 110011 | 1010010 | 110 | 10110 | 1010111 | 111000 |
Color Harmonies of #F0752C
Complementary color
Monochromatic Colors of #F0752C
Black with #F0752C
Text Example
Text Example
White with #F0752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0752C; }
p { color: rgb(240,117,44); }
H1.HeaderClassName
{
color: #F0752C;
}
.AnyTagClassName
{
color: #F0752C;
}
</style>
background-color css
<style>
a { background-color: #F0752C; }
a { background-color: rgb(240,117,44); }
div.DivClassName
{
background-color: #F0752C;
}
.BgClassName
{
background-color: #F0752C;
}
</style>
border-color css
<style>
span { border-color: #F0752C; }
span { border-color: rgb(240,117,44); }
td.TdClassName
{
border-color: #F0752C;
}
.TagClassName
{
border-color: #F0752C;
}
</style>