Shades of Flamenco #F18049
Tints of Flamenco #F18049
RGB
CMYK
RGB Variations
Color information
#F18049 (or 0xF18049) is known color: Flamenco. HEX triplet: F1, 80 and 49. RGB value is (241,128,73). Sum of RGB (Red+Green+Blue) = 241+128+73=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F18049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18049 is #0E7FB6. Grayscale: #9B9B9B. Windows color (decimal): -950199 or 4817137. OLE color: 4817137.
HSL color Cylindrical-coordinate representation of color #F18049: hue angle of 19.64º 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 #F18049 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 73 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.05 |
| HSL | 19.64º | 0.86% | 0.62% | - |
| HSV(B) | 19.64º | 0.7% | 0.95% | - |
| XYZ | 45.2 | 34.62 | 10.6 | - |
| YUV | 155.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 73 | 0 | 0.47 | 0.70 | 0.05 | 19.64 | 0.86 | 0.62 |
| Hex | F1 | 80 | 49 | 0 | 2F | 46 | 5 | 14 | 56 | 3E |
| Octal | 361 | 200 | 111 | 0 | 57 | 106 | 5 | 24 | 126 | 76 |
| Binary | 11110001 | 10000000 | 1001001 | 0 | 101111 | 1000110 | 101 | 10100 | 1010110 | 111110 |
Color Harmonies of #F18049
Complementary color
Monochromatic Colors of #F18049
Black with #F18049
Text Example
Text Example
White with #F18049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18049; }
p { color: rgb(241,128,73); }
H1.HeaderClassName
{
color: #F18049;
}
.AnyTagClassName
{
color: #F18049;
}
</style>
background-color css
<style>
a { background-color: #F18049; }
a { background-color: rgb(241,128,73); }
div.DivClassName
{
background-color: #F18049;
}
.BgClassName
{
background-color: #F18049;
}
</style>
border-color css
<style>
span { border-color: #F18049; }
span { border-color: rgb(241,128,73); }
td.TdClassName
{
border-color: #F18049;
}
.TagClassName
{
border-color: #F18049;
}
</style>