Shades of Burnt Orange #F0662D
Tints of Burnt Orange #F0662D
RGB
CMYK
RGB Variations
Color information
#F0662D (or 0xF0662D) is known color: Burnt Orange. HEX triplet: F0, 66 and 2D. RGB value is (240,102,45). Sum of RGB (Red+Green+Blue) = 240+102+45=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0662D is #0F99D2. Grayscale: #898989. Windows color (decimal): -1022419 or 2975472. OLE color: 2975472.
HSL color Cylindrical-coordinate representation of color #F0662D: hue angle of 17.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0662D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.06 |
| HSL | 17.54º | 0.87% | 0.56% | - |
| HSV(B) | 17.54º | 0.81% | 0.94% | - |
| XYZ | 41.16 | 28.22 | 5.76 | - |
| YUV | 136.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 45 | 0 | 0.58 | 0.81 | 0.06 | 17.54 | 0.87 | 0.56 |
| Hex | F0 | 66 | 2D | 0 | 3A | 51 | 6 | 12 | 57 | 38 |
| Octal | 360 | 146 | 55 | 0 | 72 | 121 | 6 | 22 | 127 | 70 |
| Binary | 11110000 | 1100110 | 101101 | 0 | 111010 | 1010001 | 110 | 10010 | 1010111 | 111000 |
Color Harmonies of #F0662D
Complementary color
Monochromatic Colors of #F0662D
Black with #F0662D
Text Example
Text Example
White with #F0662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0662D; }
p { color: rgb(240,102,45); }
H1.HeaderClassName
{
color: #F0662D;
}
.AnyTagClassName
{
color: #F0662D;
}
</style>
background-color css
<style>
a { background-color: #F0662D; }
a { background-color: rgb(240,102,45); }
div.DivClassName
{
background-color: #F0662D;
}
.BgClassName
{
background-color: #F0662D;
}
</style>
border-color css
<style>
span { border-color: #F0662D; }
span { border-color: rgb(240,102,45); }
td.TdClassName
{
border-color: #F0662D;
}
.TagClassName
{
border-color: #F0662D;
}
</style>