Shades of Flamenco #F08049
Tints of Flamenco #F08049
RGB
CMYK
RGB Variations
Color information
#F08049 (or 0xF08049) is known color: Flamenco. HEX triplet: F0, 80 and 49. RGB value is (240,128,73). Sum of RGB (Red+Green+Blue) = 240+128+73=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08049 is #0F7FB6. Grayscale: #9B9B9B. Windows color (decimal): -1015735 or 4817136. OLE color: 4817136.
HSL color Cylindrical-coordinate representation of color #F08049: hue angle of 19.76º 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 #F08049 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 73 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.06 |
| HSL | 19.76º | 0.85% | 0.61% | - |
| HSV(B) | 19.76º | 0.7% | 0.94% | - |
| XYZ | 44.86 | 34.44 | 10.59 | - |
| YUV | 155.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 73 | 0 | 0.47 | 0.70 | 0.06 | 19.76 | 0.85 | 0.61 |
| Hex | F0 | 80 | 49 | 0 | 2F | 46 | 6 | 14 | 55 | 3D |
| Octal | 360 | 200 | 111 | 0 | 57 | 106 | 6 | 24 | 125 | 75 |
| Binary | 11110000 | 10000000 | 1001001 | 0 | 101111 | 1000110 | 110 | 10100 | 1010101 | 111101 |
Color Harmonies of #F08049
Complementary color
Monochromatic Colors of #F08049
Black with #F08049
Text Example
Text Example
White with #F08049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08049; }
p { color: rgb(240,128,73); }
H1.HeaderClassName
{
color: #F08049;
}
.AnyTagClassName
{
color: #F08049;
}
</style>
background-color css
<style>
a { background-color: #F08049; }
a { background-color: rgb(240,128,73); }
div.DivClassName
{
background-color: #F08049;
}
.BgClassName
{
background-color: #F08049;
}
</style>
border-color css
<style>
span { border-color: #F08049; }
span { border-color: rgb(240,128,73); }
td.TdClassName
{
border-color: #F08049;
}
.TagClassName
{
border-color: #F08049;
}
</style>