Shades of Flamenco #F18A49
Tints of Flamenco #F18A49
RGB
CMYK
RGB Variations
Color information
#F18A49 (or 0xF18A49) is known color: Flamenco. HEX triplet: F1, 8A and 49. RGB value is (241,138,73). Sum of RGB (Red+Green+Blue) = 241+138+73=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A49 is #0E75B6. Grayscale: #A1A1A1. Windows color (decimal): -947639 or 4819697. OLE color: 4819697.
HSL color Cylindrical-coordinate representation of color #F18A49: hue angle of 23.21º 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 #F18A49 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 73 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.05 |
| HSL | 23.21º | 0.86% | 0.62% | - |
| HSV(B) | 23.21º | 0.7% | 0.95% | - |
| XYZ | 46.57 | 37.36 | 11.06 | - |
| YUV | 161.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 73 | 0 | 0.43 | 0.70 | 0.05 | 23.21 | 0.86 | 0.62 |
| Hex | F1 | 8A | 49 | 0 | 2B | 46 | 5 | 17 | 56 | 3E |
| Octal | 361 | 212 | 111 | 0 | 53 | 106 | 5 | 27 | 126 | 76 |
| Binary | 11110001 | 10001010 | 1001001 | 0 | 101011 | 1000110 | 101 | 10111 | 1010110 | 111110 |
Color Harmonies of #F18A49
Complementary color
Monochromatic Colors of #F18A49
Black with #F18A49
Text Example
Text Example
White with #F18A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A49; }
p { color: rgb(241,138,73); }
H1.HeaderClassName
{
color: #F18A49;
}
.AnyTagClassName
{
color: #F18A49;
}
</style>
background-color css
<style>
a { background-color: #F18A49; }
a { background-color: rgb(241,138,73); }
div.DivClassName
{
background-color: #F18A49;
}
.BgClassName
{
background-color: #F18A49;
}
</style>
border-color css
<style>
span { border-color: #F18A49; }
span { border-color: rgb(241,138,73); }
td.TdClassName
{
border-color: #F18A49;
}
.TagClassName
{
border-color: #F18A49;
}
</style>