Shades of Flamenco #F08A47
Tints of Flamenco #F08A47
RGB
CMYK
RGB Variations
Color information
#F08A47 (or 0xF08A47) is known color: Flamenco. HEX triplet: F0, 8A and 47. RGB value is (240,138,71). Sum of RGB (Red+Green+Blue) = 240+138+71=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A47 is #0F75B8. Grayscale: #A1A1A1. Windows color (decimal): -1013177 or 4688624. OLE color: 4688624.
HSL color Cylindrical-coordinate representation of color #F08A47: hue angle of 23.79º 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 #F08A47 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 71 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.06 |
| HSL | 23.79º | 0.85% | 0.61% | - |
| HSV(B) | 23.79º | 0.7% | 0.94% | - |
| XYZ | 46.16 | 37.16 | 10.7 | - |
| YUV | 160.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 71 | 0 | 0.42 | 0.70 | 0.06 | 23.79 | 0.85 | 0.61 |
| Hex | F0 | 8A | 47 | 0 | 2A | 46 | 6 | 18 | 55 | 3D |
| Octal | 360 | 212 | 107 | 0 | 52 | 106 | 6 | 30 | 125 | 75 |
| Binary | 11110000 | 10001010 | 1000111 | 0 | 101010 | 1000110 | 110 | 11000 | 1010101 | 111101 |
Color Harmonies of #F08A47
Complementary color
Monochromatic Colors of #F08A47
Black with #F08A47
Text Example
Text Example
White with #F08A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A47; }
p { color: rgb(240,138,71); }
H1.HeaderClassName
{
color: #F08A47;
}
.AnyTagClassName
{
color: #F08A47;
}
</style>
background-color css
<style>
a { background-color: #F08A47; }
a { background-color: rgb(240,138,71); }
div.DivClassName
{
background-color: #F08A47;
}
.BgClassName
{
background-color: #F08A47;
}
</style>
border-color css
<style>
span { border-color: #F08A47; }
span { border-color: rgb(240,138,71); }
td.TdClassName
{
border-color: #F08A47;
}
.TagClassName
{
border-color: #F08A47;
}
</style>