Shades of Burnt Orange #F07531
Tints of Burnt Orange #F07531
RGB
CMYK
RGB Variations
Color information
#F07531 (or 0xF07531) is known color: Burnt Orange. HEX triplet: F0, 75 and 31. RGB value is (240,117,49). Sum of RGB (Red+Green+Blue) = 240+117+49=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F07531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07531 is #0F8ACE. Grayscale: #929292. Windows color (decimal): -1018575 or 3241456. OLE color: 3241456.
HSL color Cylindrical-coordinate representation of color #F07531: hue angle of 21.36º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F07531 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 49 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.06 |
| HSL | 21.36º | 0.86% | 0.57% | - |
| HSV(B) | 21.36º | 0.8% | 0.94% | - |
| XYZ | 42.85 | 31.47 | 6.72 | - |
| YUV | 146.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 49 | 0 | 0.51 | 0.80 | 0.06 | 21.36 | 0.86 | 0.57 |
| Hex | F0 | 75 | 31 | 0 | 33 | 50 | 6 | 15 | 56 | 39 |
| Octal | 360 | 165 | 61 | 0 | 63 | 120 | 6 | 25 | 126 | 71 |
| Binary | 11110000 | 1110101 | 110001 | 0 | 110011 | 1010000 | 110 | 10101 | 1010110 | 111001 |
Color Harmonies of #F07531
Complementary color
Monochromatic Colors of #F07531
Black with #F07531
Text Example
Text Example
White with #F07531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07531; }
p { color: rgb(240,117,49); }
H1.HeaderClassName
{
color: #F07531;
}
.AnyTagClassName
{
color: #F07531;
}
</style>
background-color css
<style>
a { background-color: #F07531; }
a { background-color: rgb(240,117,49); }
div.DivClassName
{
background-color: #F07531;
}
.BgClassName
{
background-color: #F07531;
}
</style>
border-color css
<style>
span { border-color: #F07531; }
span { border-color: rgb(240,117,49); }
td.TdClassName
{
border-color: #F07531;
}
.TagClassName
{
border-color: #F07531;
}
</style>