Shades of Flamenco #F18845
Tints of Flamenco #F18845
RGB
CMYK
RGB Variations
Color information
#F18845 (or 0xF18845) is known color: Flamenco. HEX triplet: F1, 88 and 45. RGB value is (241,136,69). Sum of RGB (Red+Green+Blue) = 241+136+69=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18845 is #0E77BA. Grayscale: #A0A0A0. Windows color (decimal): -948155 or 4557041. OLE color: 4557041.
HSL color Cylindrical-coordinate representation of color #F18845: hue angle of 23.37º 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 #F18845 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 69 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.05 |
| HSL | 23.37º | 0.86% | 0.61% | - |
| HSV(B) | 23.37º | 0.71% | 0.95% | - |
| XYZ | 46.15 | 36.74 | 10.29 | - |
| YUV | 159.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 69 | 0 | 0.44 | 0.71 | 0.05 | 23.37 | 0.86 | 0.61 |
| Hex | F1 | 88 | 45 | 0 | 2C | 47 | 5 | 17 | 56 | 3D |
| Octal | 361 | 210 | 105 | 0 | 54 | 107 | 5 | 27 | 126 | 75 |
| Binary | 11110001 | 10001000 | 1000101 | 0 | 101100 | 1000111 | 101 | 10111 | 1010110 | 111101 |
Color Harmonies of #F18845
Complementary color
Monochromatic Colors of #F18845
Black with #F18845
Text Example
Text Example
White with #F18845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18845; }
p { color: rgb(241,136,69); }
H1.HeaderClassName
{
color: #F18845;
}
.AnyTagClassName
{
color: #F18845;
}
</style>
background-color css
<style>
a { background-color: #F18845; }
a { background-color: rgb(241,136,69); }
div.DivClassName
{
background-color: #F18845;
}
.BgClassName
{
background-color: #F18845;
}
</style>
border-color css
<style>
span { border-color: #F18845; }
span { border-color: rgb(241,136,69); }
td.TdClassName
{
border-color: #F18845;
}
.TagClassName
{
border-color: #F18845;
}
</style>