Shades of Burnt Orange #F0722B
Tints of Burnt Orange #F0722B
RGB
CMYK
RGB Variations
Color information
#F0722B (or 0xF0722B) is known color: Burnt Orange. HEX triplet: F0, 72 and 2B. RGB value is (240,114,43). Sum of RGB (Red+Green+Blue) = 240+114+43=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0722B is #0F8DD4. Grayscale: #8F8F8F. Windows color (decimal): -1019349 or 2847472. OLE color: 2847472.
HSL color Cylindrical-coordinate representation of color #F0722B: hue angle of 21.62º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0722B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 21.62º | 0.87% | 0.55% | - |
| HSV(B) | 21.62º | 0.82% | 0.94% | - |
| XYZ | 42.39 | 30.73 | 5.98 | - |
| YUV | 143.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 43 | 0 | 0.52 | 0.82 | 0.06 | 21.62 | 0.87 | 0.55 |
| Hex | F0 | 72 | 2B | 0 | 34 | 52 | 6 | 16 | 57 | 37 |
| Octal | 360 | 162 | 53 | 0 | 64 | 122 | 6 | 26 | 127 | 67 |
| Binary | 11110000 | 1110010 | 101011 | 0 | 110100 | 1010010 | 110 | 10110 | 1010111 | 110111 |
Color Harmonies of #F0722B
Complementary color
Monochromatic Colors of #F0722B
Black with #F0722B
Text Example
Text Example
White with #F0722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0722B; }
p { color: rgb(240,114,43); }
H1.HeaderClassName
{
color: #F0722B;
}
.AnyTagClassName
{
color: #F0722B;
}
</style>
background-color css
<style>
a { background-color: #F0722B; }
a { background-color: rgb(240,114,43); }
div.DivClassName
{
background-color: #F0722B;
}
.BgClassName
{
background-color: #F0722B;
}
</style>
border-color css
<style>
span { border-color: #F0722B; }
span { border-color: rgb(240,114,43); }
td.TdClassName
{
border-color: #F0722B;
}
.TagClassName
{
border-color: #F0722B;
}
</style>