Shades of Flamenco #F07E49
Tints of Flamenco #F07E49
RGB
CMYK
RGB Variations
Color information
#F07E49 (or 0xF07E49) is known color: Flamenco. HEX triplet: F0, 7E and 49. RGB value is (240,126,73). Sum of RGB (Red+Green+Blue) = 240+126+73=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E49 is #0F81B6. Grayscale: #9A9A9A. Windows color (decimal): -1016247 or 4816624. OLE color: 4816624.
HSL color Cylindrical-coordinate representation of color #F07E49: hue angle of 19.04º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F07E49 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 73 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.06 |
| HSL | 19.04º | 0.85% | 0.61% | - |
| HSV(B) | 19.04º | 0.7% | 0.94% | - |
| XYZ | 44.6 | 33.93 | 10.5 | - |
| YUV | 154.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 73 | 0 | 0.48 | 0.70 | 0.06 | 19.04 | 0.85 | 0.61 |
| Hex | F0 | 7E | 49 | 0 | 30 | 46 | 6 | 13 | 55 | 3D |
| Octal | 360 | 176 | 111 | 0 | 60 | 106 | 6 | 23 | 125 | 75 |
| Binary | 11110000 | 1111110 | 1001001 | 0 | 110000 | 1000110 | 110 | 10011 | 1010101 | 111101 |
Color Harmonies of #F07E49
Complementary color
Monochromatic Colors of #F07E49
Black with #F07E49
Text Example
Text Example
White with #F07E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E49; }
p { color: rgb(240,126,73); }
H1.HeaderClassName
{
color: #F07E49;
}
.AnyTagClassName
{
color: #F07E49;
}
</style>
background-color css
<style>
a { background-color: #F07E49; }
a { background-color: rgb(240,126,73); }
div.DivClassName
{
background-color: #F07E49;
}
.BgClassName
{
background-color: #F07E49;
}
</style>
border-color css
<style>
span { border-color: #F07E49; }
span { border-color: rgb(240,126,73); }
td.TdClassName
{
border-color: #F07E49;
}
.TagClassName
{
border-color: #F07E49;
}
</style>