Shades of Flamenco #F07F49
Tints of Flamenco #F07F49
RGB
CMYK
RGB Variations
Color information
#F07F49 (or 0xF07F49) is known color: Flamenco. HEX triplet: F0, 7F and 49. RGB value is (240,127,73). Sum of RGB (Red+Green+Blue) = 240+127+73=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F49 is #0F80B6. Grayscale: #9A9A9A. Windows color (decimal): -1015991 or 4816880. OLE color: 4816880.
HSL color Cylindrical-coordinate representation of color #F07F49: hue angle of 19.4º 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 #F07F49 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 73 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.06 |
| HSL | 19.4º | 0.85% | 0.61% | - |
| HSV(B) | 19.4º | 0.7% | 0.94% | - |
| XYZ | 44.73 | 34.19 | 10.54 | - |
| YUV | 154.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 73 | 0 | 0.47 | 0.70 | 0.06 | 19.4 | 0.85 | 0.61 |
| Hex | F0 | 7F | 49 | 0 | 2F | 46 | 6 | 13 | 55 | 3D |
| Octal | 360 | 177 | 111 | 0 | 57 | 106 | 6 | 23 | 125 | 75 |
| Binary | 11110000 | 1111111 | 1001001 | 0 | 101111 | 1000110 | 110 | 10011 | 1010101 | 111101 |
Color Harmonies of #F07F49
Complementary color
Monochromatic Colors of #F07F49
Black with #F07F49
Text Example
Text Example
White with #F07F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F49; }
p { color: rgb(240,127,73); }
H1.HeaderClassName
{
color: #F07F49;
}
.AnyTagClassName
{
color: #F07F49;
}
</style>
background-color css
<style>
a { background-color: #F07F49; }
a { background-color: rgb(240,127,73); }
div.DivClassName
{
background-color: #F07F49;
}
.BgClassName
{
background-color: #F07F49;
}
</style>
border-color css
<style>
span { border-color: #F07F49; }
span { border-color: rgb(240,127,73); }
td.TdClassName
{
border-color: #F07F49;
}
.TagClassName
{
border-color: #F07F49;
}
</style>