Shades of Burnt Orange #F0652C
Tints of Burnt Orange #F0652C
RGB
CMYK
RGB Variations
Color information
#F0652C (or 0xF0652C) is known color: Burnt Orange. HEX triplet: F0, 65 and 2C. RGB value is (240,101,44). Sum of RGB (Red+Green+Blue) = 240+101+44=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0652C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0652C is #0F9AD3. Grayscale: #888888. Windows color (decimal): -1022676 or 2909680. OLE color: 2909680.
HSL color Cylindrical-coordinate representation of color #F0652C: hue angle of 17.45º 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 #F0652C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 44 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.06 |
| HSL | 17.45º | 0.87% | 0.56% | - |
| HSV(B) | 17.45º | 0.82% | 0.94% | - |
| XYZ | 41.04 | 28.01 | 5.63 | - |
| YUV | 136.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 44 | 0 | 0.58 | 0.82 | 0.06 | 17.45 | 0.87 | 0.56 |
| Hex | F0 | 65 | 2C | 0 | 3A | 52 | 6 | 11 | 57 | 38 |
| Octal | 360 | 145 | 54 | 0 | 72 | 122 | 6 | 21 | 127 | 70 |
| Binary | 11110000 | 1100101 | 101100 | 0 | 111010 | 1010010 | 110 | 10001 | 1010111 | 111000 |
Color Harmonies of #F0652C
Complementary color
Monochromatic Colors of #F0652C
Black with #F0652C
Text Example
Text Example
White with #F0652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0652C; }
p { color: rgb(240,101,44); }
H1.HeaderClassName
{
color: #F0652C;
}
.AnyTagClassName
{
color: #F0652C;
}
</style>
background-color css
<style>
a { background-color: #F0652C; }
a { background-color: rgb(240,101,44); }
div.DivClassName
{
background-color: #F0652C;
}
.BgClassName
{
background-color: #F0652C;
}
</style>
border-color css
<style>
span { border-color: #F0652C; }
span { border-color: rgb(240,101,44); }
td.TdClassName
{
border-color: #F0652C;
}
.TagClassName
{
border-color: #F0652C;
}
</style>