Shades of Burnt Orange #F07238
Tints of Burnt Orange #F07238
RGB
CMYK
RGB Variations
Color information
#F07238 (or 0xF07238) is known color: Burnt Orange. HEX triplet: F0, 72 and 38. RGB value is (240,114,56). Sum of RGB (Red+Green+Blue) = 240+114+56=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F07238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07238 is #0F8DC7. Grayscale: #919191. Windows color (decimal): -1019336 or 3699440. OLE color: 3699440.
HSL color Cylindrical-coordinate representation of color #F07238: hue angle of 18.91º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F07238 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 56 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.06 |
| HSL | 18.91º | 0.86% | 0.58% | - |
| HSV(B) | 18.91º | 0.77% | 0.94% | - |
| XYZ | 42.67 | 30.85 | 7.45 | - |
| YUV | 145.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 56 | 0 | 0.52 | 0.77 | 0.06 | 18.91 | 0.86 | 0.58 |
| Hex | F0 | 72 | 38 | 0 | 34 | 4D | 6 | 13 | 56 | 3A |
| Octal | 360 | 162 | 70 | 0 | 64 | 115 | 6 | 23 | 126 | 72 |
| Binary | 11110000 | 1110010 | 111000 | 0 | 110100 | 1001101 | 110 | 10011 | 1010110 | 111010 |
Color Harmonies of #F07238
Complementary color
Monochromatic Colors of #F07238
Black with #F07238
Text Example
Text Example
White with #F07238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07238; }
p { color: rgb(240,114,56); }
H1.HeaderClassName
{
color: #F07238;
}
.AnyTagClassName
{
color: #F07238;
}
</style>
background-color css
<style>
a { background-color: #F07238; }
a { background-color: rgb(240,114,56); }
div.DivClassName
{
background-color: #F07238;
}
.BgClassName
{
background-color: #F07238;
}
</style>
border-color css
<style>
span { border-color: #F07238; }
span { border-color: rgb(240,114,56); }
td.TdClassName
{
border-color: #F07238;
}
.TagClassName
{
border-color: #F07238;
}
</style>