Shades of Flamenco #F18C49
Tints of Flamenco #F18C49
RGB
CMYK
RGB Variations
Color information
#F18C49 (or 0xF18C49) is known color: Flamenco. HEX triplet: F1, 8C and 49. RGB value is (241,140,73). Sum of RGB (Red+Green+Blue) = 241+140+73=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C49 is #0E73B6. Grayscale: #A2A2A2. Windows color (decimal): -947127 or 4820209. OLE color: 4820209.
HSL color Cylindrical-coordinate representation of color #F18C49: hue angle of 23.93º 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 #F18C49 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 73 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.05 |
| HSL | 23.93º | 0.86% | 0.62% | - |
| HSV(B) | 23.93º | 0.7% | 0.95% | - |
| XYZ | 46.86 | 37.94 | 11.16 | - |
| YUV | 162.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 73 | 0 | 0.42 | 0.70 | 0.05 | 23.93 | 0.86 | 0.62 |
| Hex | F1 | 8C | 49 | 0 | 2A | 46 | 5 | 18 | 56 | 3E |
| Octal | 361 | 214 | 111 | 0 | 52 | 106 | 5 | 30 | 126 | 76 |
| Binary | 11110001 | 10001100 | 1001001 | 0 | 101010 | 1000110 | 101 | 11000 | 1010110 | 111110 |
Color Harmonies of #F18C49
Complementary color
Monochromatic Colors of #F18C49
Black with #F18C49
Text Example
Text Example
White with #F18C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C49; }
p { color: rgb(241,140,73); }
H1.HeaderClassName
{
color: #F18C49;
}
.AnyTagClassName
{
color: #F18C49;
}
</style>
background-color css
<style>
a { background-color: #F18C49; }
a { background-color: rgb(241,140,73); }
div.DivClassName
{
background-color: #F18C49;
}
.BgClassName
{
background-color: #F18C49;
}
</style>
border-color css
<style>
span { border-color: #F18C49; }
span { border-color: rgb(241,140,73); }
td.TdClassName
{
border-color: #F18C49;
}
.TagClassName
{
border-color: #F18C49;
}
</style>