Shades of Flamenco #F18345
Tints of Flamenco #F18345
RGB
CMYK
RGB Variations
Color information
#F18345 (or 0xF18345) is known color: Flamenco. HEX triplet: F1, 83 and 45. RGB value is (241,131,69). Sum of RGB (Red+Green+Blue) = 241+131+69=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F18345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18345 is #0E7CBA. Grayscale: #9D9D9D. Windows color (decimal): -949435 or 4555761. OLE color: 4555761.
HSL color Cylindrical-coordinate representation of color #F18345: hue angle of 21.63º 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 #F18345 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 69 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.05 |
| HSL | 21.63º | 0.86% | 0.61% | - |
| HSV(B) | 21.63º | 0.71% | 0.95% | - |
| XYZ | 45.47 | 35.36 | 10.06 | - |
| YUV | 156.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 69 | 0 | 0.46 | 0.71 | 0.05 | 21.63 | 0.86 | 0.61 |
| Hex | F1 | 83 | 45 | 0 | 2E | 47 | 5 | 16 | 56 | 3D |
| Octal | 361 | 203 | 105 | 0 | 56 | 107 | 5 | 26 | 126 | 75 |
| Binary | 11110001 | 10000011 | 1000101 | 0 | 101110 | 1000111 | 101 | 10110 | 1010110 | 111101 |
Color Harmonies of #F18345
Complementary color
Monochromatic Colors of #F18345
Black with #F18345
Text Example
Text Example
White with #F18345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18345; }
p { color: rgb(241,131,69); }
H1.HeaderClassName
{
color: #F18345;
}
.AnyTagClassName
{
color: #F18345;
}
</style>
background-color css
<style>
a { background-color: #F18345; }
a { background-color: rgb(241,131,69); }
div.DivClassName
{
background-color: #F18345;
}
.BgClassName
{
background-color: #F18345;
}
</style>
border-color css
<style>
span { border-color: #F18345; }
span { border-color: rgb(241,131,69); }
td.TdClassName
{
border-color: #F18345;
}
.TagClassName
{
border-color: #F18345;
}
</style>