Shades of Flamenco #F18547
Tints of Flamenco #F18547
RGB
CMYK
RGB Variations
Color information
#F18547 (or 0xF18547) is known color: Flamenco. HEX triplet: F1, 85 and 47. RGB value is (241,133,71). Sum of RGB (Red+Green+Blue) = 241+133+71=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F18547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18547 is #0E7AB8. Grayscale: #9E9E9E. Windows color (decimal): -948921 or 4687345. OLE color: 4687345.
HSL color Cylindrical-coordinate representation of color #F18547: hue angle of 21.88º 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 #F18547 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 71 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.05 |
| HSL | 21.88º | 0.86% | 0.61% | - |
| HSV(B) | 21.88º | 0.71% | 0.95% | - |
| XYZ | 45.8 | 35.93 | 10.48 | - |
| YUV | 158.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 71 | 0 | 0.45 | 0.71 | 0.05 | 21.88 | 0.86 | 0.61 |
| Hex | F1 | 85 | 47 | 0 | 2D | 47 | 5 | 16 | 56 | 3D |
| Octal | 361 | 205 | 107 | 0 | 55 | 107 | 5 | 26 | 126 | 75 |
| Binary | 11110001 | 10000101 | 1000111 | 0 | 101101 | 1000111 | 101 | 10110 | 1010110 | 111101 |
Color Harmonies of #F18547
Complementary color
Monochromatic Colors of #F18547
Black with #F18547
Text Example
Text Example
White with #F18547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18547; }
p { color: rgb(241,133,71); }
H1.HeaderClassName
{
color: #F18547;
}
.AnyTagClassName
{
color: #F18547;
}
</style>
background-color css
<style>
a { background-color: #F18547; }
a { background-color: rgb(241,133,71); }
div.DivClassName
{
background-color: #F18547;
}
.BgClassName
{
background-color: #F18547;
}
</style>
border-color css
<style>
span { border-color: #F18547; }
span { border-color: rgb(241,133,71); }
td.TdClassName
{
border-color: #F18547;
}
.TagClassName
{
border-color: #F18547;
}
</style>