Shades of Flamenco #F18849
Tints of Flamenco #F18849
RGB
CMYK
RGB Variations
Color information
#F18849 (or 0xF18849) is known color: Flamenco. HEX triplet: F1, 88 and 49. RGB value is (241,136,73). Sum of RGB (Red+Green+Blue) = 241+136+73=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18849 is #0E77B6. Grayscale: #A0A0A0. Windows color (decimal): -948151 or 4819185. OLE color: 4819185.
HSL color Cylindrical-coordinate representation of color #F18849: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F18849 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 73 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.05 |
| HSL | 22.5º | 0.86% | 0.62% | - |
| HSV(B) | 22.5º | 0.7% | 0.95% | - |
| XYZ | 46.28 | 36.79 | 10.97 | - |
| YUV | 160.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 73 | 0 | 0.44 | 0.70 | 0.05 | 22.5 | 0.86 | 0.62 |
| Hex | F1 | 88 | 49 | 0 | 2C | 46 | 5 | 16 | 56 | 3E |
| Octal | 361 | 210 | 111 | 0 | 54 | 106 | 5 | 26 | 126 | 76 |
| Binary | 11110001 | 10001000 | 1001001 | 0 | 101100 | 1000110 | 101 | 10110 | 1010110 | 111110 |
Color Harmonies of #F18849
Complementary color
Monochromatic Colors of #F18849
Black with #F18849
Text Example
Text Example
White with #F18849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18849; }
p { color: rgb(241,136,73); }
H1.HeaderClassName
{
color: #F18849;
}
.AnyTagClassName
{
color: #F18849;
}
</style>
background-color css
<style>
a { background-color: #F18849; }
a { background-color: rgb(241,136,73); }
div.DivClassName
{
background-color: #F18849;
}
.BgClassName
{
background-color: #F18849;
}
</style>
border-color css
<style>
span { border-color: #F18849; }
span { border-color: rgb(241,136,73); }
td.TdClassName
{
border-color: #F18849;
}
.TagClassName
{
border-color: #F18849;
}
</style>