Shades of Burnt Orange #F0732A
Tints of Burnt Orange #F0732A
RGB
CMYK
RGB Variations
Color information
#F0732A (or 0xF0732A) is known color: Burnt Orange. HEX triplet: F0, 73 and 2A. RGB value is (240,115,42). Sum of RGB (Red+Green+Blue) = 240+115+42=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0732A is #0F8CD5. Grayscale: #909090. Windows color (decimal): -1019094 or 2782192. OLE color: 2782192.
HSL color Cylindrical-coordinate representation of color #F0732A: hue angle of 22.12º 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 #F0732A is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 42 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 22.12º | 0.87% | 0.55% | - |
| HSV(B) | 22.12º | 0.83% | 0.94% | - |
| XYZ | 42.48 | 30.95 | 5.93 | - |
| YUV | 144.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 42 | 0 | 0.52 | 0.82 | 0.06 | 22.12 | 0.87 | 0.55 |
| Hex | F0 | 73 | 2A | 0 | 34 | 52 | 6 | 16 | 57 | 37 |
| Octal | 360 | 163 | 52 | 0 | 64 | 122 | 6 | 26 | 127 | 67 |
| Binary | 11110000 | 1110011 | 101010 | 0 | 110100 | 1010010 | 110 | 10110 | 1010111 | 110111 |
Color Harmonies of #F0732A
Complementary color
Monochromatic Colors of #F0732A
Black with #F0732A
Text Example
Text Example
White with #F0732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0732A; }
p { color: rgb(240,115,42); }
H1.HeaderClassName
{
color: #F0732A;
}
.AnyTagClassName
{
color: #F0732A;
}
</style>
background-color css
<style>
a { background-color: #F0732A; }
a { background-color: rgb(240,115,42); }
div.DivClassName
{
background-color: #F0732A;
}
.BgClassName
{
background-color: #F0732A;
}
</style>
border-color css
<style>
span { border-color: #F0732A; }
span { border-color: rgb(240,115,42); }
td.TdClassName
{
border-color: #F0732A;
}
.TagClassName
{
border-color: #F0732A;
}
</style>