Shades of Burnt Orange #F0733C
Tints of Burnt Orange #F0733C
RGB
CMYK
RGB Variations
Color information
#F0733C (or 0xF0733C) is known color: Burnt Orange. HEX triplet: F0, 73 and 3C. RGB value is (240,115,60). Sum of RGB (Red+Green+Blue) = 240+115+60=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0733C is #0F8CC3. Grayscale: #929292. Windows color (decimal): -1019076 or 3961840. OLE color: 3961840.
HSL color Cylindrical-coordinate representation of color #F0733C: hue angle of 18.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0733C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 60 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.06 |
| HSL | 18.33º | 0.86% | 0.59% | - |
| HSV(B) | 18.33º | 0.75% | 0.94% | - |
| XYZ | 42.88 | 31.11 | 8.02 | - |
| YUV | 146.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 60 | 0 | 0.52 | 0.75 | 0.06 | 18.33 | 0.86 | 0.59 |
| Hex | F0 | 73 | 3C | 0 | 34 | 4B | 6 | 12 | 56 | 3B |
| Octal | 360 | 163 | 74 | 0 | 64 | 113 | 6 | 22 | 126 | 73 |
| Binary | 11110000 | 1110011 | 111100 | 0 | 110100 | 1001011 | 110 | 10010 | 1010110 | 111011 |
Color Harmonies of #F0733C
Complementary color
Monochromatic Colors of #F0733C
Black with #F0733C
Text Example
Text Example
White with #F0733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0733C; }
p { color: rgb(240,115,60); }
H1.HeaderClassName
{
color: #F0733C;
}
.AnyTagClassName
{
color: #F0733C;
}
</style>
background-color css
<style>
a { background-color: #F0733C; }
a { background-color: rgb(240,115,60); }
div.DivClassName
{
background-color: #F0733C;
}
.BgClassName
{
background-color: #F0733C;
}
</style>
border-color css
<style>
span { border-color: #F0733C; }
span { border-color: rgb(240,115,60); }
td.TdClassName
{
border-color: #F0733C;
}
.TagClassName
{
border-color: #F0733C;
}
</style>