Shades of Burnt Orange #F0722D
Tints of Burnt Orange #F0722D
RGB
CMYK
RGB Variations
Color information
#F0722D (or 0xF0722D) is known color: Burnt Orange. HEX triplet: F0, 72 and 2D. RGB value is (240,114,45). Sum of RGB (Red+Green+Blue) = 240+114+45=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0722D is #0F8DD2. Grayscale: #909090. Windows color (decimal): -1019347 or 2978544. OLE color: 2978544.
HSL color Cylindrical-coordinate representation of color #F0722D: hue angle of 21.23º 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 #F0722D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 45 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.06 |
| HSL | 21.23º | 0.87% | 0.56% | - |
| HSV(B) | 21.23º | 0.81% | 0.94% | - |
| XYZ | 42.43 | 30.75 | 6.18 | - |
| YUV | 143.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 45 | 0 | 0.52 | 0.81 | 0.06 | 21.23 | 0.87 | 0.56 |
| Hex | F0 | 72 | 2D | 0 | 34 | 51 | 6 | 15 | 57 | 38 |
| Octal | 360 | 162 | 55 | 0 | 64 | 121 | 6 | 25 | 127 | 70 |
| Binary | 11110000 | 1110010 | 101101 | 0 | 110100 | 1010001 | 110 | 10101 | 1010111 | 111000 |
Color Harmonies of #F0722D
Complementary color
Monochromatic Colors of #F0722D
Black with #F0722D
Text Example
Text Example
White with #F0722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0722D; }
p { color: rgb(240,114,45); }
H1.HeaderClassName
{
color: #F0722D;
}
.AnyTagClassName
{
color: #F0722D;
}
</style>
background-color css
<style>
a { background-color: #F0722D; }
a { background-color: rgb(240,114,45); }
div.DivClassName
{
background-color: #F0722D;
}
.BgClassName
{
background-color: #F0722D;
}
</style>
border-color css
<style>
span { border-color: #F0722D; }
span { border-color: rgb(240,114,45); }
td.TdClassName
{
border-color: #F0722D;
}
.TagClassName
{
border-color: #F0722D;
}
</style>