Shades of Flamenco #F08949
Tints of Flamenco #F08949
RGB
CMYK
RGB Variations
Color information
#F08949 (or 0xF08949) is known color: Flamenco. HEX triplet: F0, 89 and 49. RGB value is (240,137,73). Sum of RGB (Red+Green+Blue) = 240+137+73=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F08949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08949 is #0F76B6. Grayscale: #A0A0A0. Windows color (decimal): -1013431 or 4819440. OLE color: 4819440.
HSL color Cylindrical-coordinate representation of color #F08949: hue angle of 22.99º 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 #F08949 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 73 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.06 |
| HSL | 22.99º | 0.85% | 0.61% | - |
| HSV(B) | 22.99º | 0.7% | 0.94% | - |
| XYZ | 46.08 | 36.9 | 11 | - |
| YUV | 160.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 73 | 0 | 0.43 | 0.70 | 0.06 | 22.99 | 0.85 | 0.61 |
| Hex | F0 | 89 | 49 | 0 | 2B | 46 | 6 | 17 | 55 | 3D |
| Octal | 360 | 211 | 111 | 0 | 53 | 106 | 6 | 27 | 125 | 75 |
| Binary | 11110000 | 10001001 | 1001001 | 0 | 101011 | 1000110 | 110 | 10111 | 1010101 | 111101 |
Color Harmonies of #F08949
Complementary color
Monochromatic Colors of #F08949
Black with #F08949
Text Example
Text Example
White with #F08949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08949; }
p { color: rgb(240,137,73); }
H1.HeaderClassName
{
color: #F08949;
}
.AnyTagClassName
{
color: #F08949;
}
</style>
background-color css
<style>
a { background-color: #F08949; }
a { background-color: rgb(240,137,73); }
div.DivClassName
{
background-color: #F08949;
}
.BgClassName
{
background-color: #F08949;
}
</style>
border-color css
<style>
span { border-color: #F08949; }
span { border-color: rgb(240,137,73); }
td.TdClassName
{
border-color: #F08949;
}
.TagClassName
{
border-color: #F08949;
}
</style>