Shades of Flamenco #F08849
Tints of Flamenco #F08849
RGB
CMYK
RGB Variations
Color information
#F08849 (or 0xF08849) is known color: Flamenco. HEX triplet: F0, 88 and 49. RGB value is (240,136,73). Sum of RGB (Red+Green+Blue) = 240+136+73=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F08849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08849 is #0F77B6. Grayscale: #A0A0A0. Windows color (decimal): -1013687 or 4819184. OLE color: 4819184.
HSL color Cylindrical-coordinate representation of color #F08849: hue angle of 22.63º 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 #F08849 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 73 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.06 |
| HSL | 22.63º | 0.85% | 0.61% | - |
| HSV(B) | 22.63º | 0.7% | 0.94% | - |
| XYZ | 45.94 | 36.61 | 10.95 | - |
| YUV | 159.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 73 | 0 | 0.43 | 0.70 | 0.06 | 22.63 | 0.85 | 0.61 |
| Hex | F0 | 88 | 49 | 0 | 2B | 46 | 6 | 17 | 55 | 3D |
| Octal | 360 | 210 | 111 | 0 | 53 | 106 | 6 | 27 | 125 | 75 |
| Binary | 11110000 | 10001000 | 1001001 | 0 | 101011 | 1000110 | 110 | 10111 | 1010101 | 111101 |
Color Harmonies of #F08849
Complementary color
Monochromatic Colors of #F08849
Black with #F08849
Text Example
Text Example
White with #F08849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08849; }
p { color: rgb(240,136,73); }
H1.HeaderClassName
{
color: #F08849;
}
.AnyTagClassName
{
color: #F08849;
}
</style>
background-color css
<style>
a { background-color: #F08849; }
a { background-color: rgb(240,136,73); }
div.DivClassName
{
background-color: #F08849;
}
.BgClassName
{
background-color: #F08849;
}
</style>
border-color css
<style>
span { border-color: #F08849; }
span { border-color: rgb(240,136,73); }
td.TdClassName
{
border-color: #F08849;
}
.TagClassName
{
border-color: #F08849;
}
</style>