Shades of Flamenco #F18A47
Tints of Flamenco #F18A47
RGB
CMYK
RGB Variations
Color information
#F18A47 (or 0xF18A47) is known color: Flamenco. HEX triplet: F1, 8A and 47. RGB value is (241,138,71). Sum of RGB (Red+Green+Blue) = 241+138+71=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A47 is #0E75B8. Grayscale: #A1A1A1. Windows color (decimal): -947641 or 4688625. OLE color: 4688625.
HSL color Cylindrical-coordinate representation of color #F18A47: hue angle of 23.65º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F18A47 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 71 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.05 |
| HSL | 23.65º | 0.86% | 0.61% | - |
| HSV(B) | 23.65º | 0.71% | 0.95% | - |
| XYZ | 46.5 | 37.33 | 10.72 | - |
| YUV | 161.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 71 | 0 | 0.43 | 0.71 | 0.05 | 23.65 | 0.86 | 0.61 |
| Hex | F1 | 8A | 47 | 0 | 2B | 47 | 5 | 18 | 56 | 3D |
| Octal | 361 | 212 | 107 | 0 | 53 | 107 | 5 | 30 | 126 | 75 |
| Binary | 11110001 | 10001010 | 1000111 | 0 | 101011 | 1000111 | 101 | 11000 | 1010110 | 111101 |
Color Harmonies of #F18A47
Complementary color
Monochromatic Colors of #F18A47
Black with #F18A47
Text Example
Text Example
White with #F18A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A47; }
p { color: rgb(241,138,71); }
H1.HeaderClassName
{
color: #F18A47;
}
.AnyTagClassName
{
color: #F18A47;
}
</style>
background-color css
<style>
a { background-color: #F18A47; }
a { background-color: rgb(241,138,71); }
div.DivClassName
{
background-color: #F18A47;
}
.BgClassName
{
background-color: #F18A47;
}
</style>
border-color css
<style>
span { border-color: #F18A47; }
span { border-color: rgb(241,138,71); }
td.TdClassName
{
border-color: #F18A47;
}
.TagClassName
{
border-color: #F18A47;
}
</style>