Shades of Flamenco #F18144
Tints of Flamenco #F18144
RGB
CMYK
RGB Variations
Color information
#F18144 (or 0xF18144) is known color: Flamenco. HEX triplet: F1, 81 and 44. RGB value is (241,129,68). Sum of RGB (Red+Green+Blue) = 241+129+68=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F18144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18144 is #0E7EBB. Grayscale: #9B9B9B. Windows color (decimal): -949948 or 4489713. OLE color: 4489713.
HSL color Cylindrical-coordinate representation of color #F18144: hue angle of 21.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F18144 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 68 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.05 |
| HSL | 21.16º | 0.86% | 0.61% | - |
| HSV(B) | 21.16º | 0.72% | 0.95% | - |
| XYZ | 45.17 | 34.82 | 9.81 | - |
| YUV | 155.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 68 | 0 | 0.46 | 0.72 | 0.05 | 21.16 | 0.86 | 0.61 |
| Hex | F1 | 81 | 44 | 0 | 2E | 48 | 5 | 15 | 56 | 3D |
| Octal | 361 | 201 | 104 | 0 | 56 | 110 | 5 | 25 | 126 | 75 |
| Binary | 11110001 | 10000001 | 1000100 | 0 | 101110 | 1001000 | 101 | 10101 | 1010110 | 111101 |
Color Harmonies of #F18144
Complementary color
Monochromatic Colors of #F18144
Black with #F18144
Text Example
Text Example
White with #F18144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18144; }
p { color: rgb(241,129,68); }
H1.HeaderClassName
{
color: #F18144;
}
.AnyTagClassName
{
color: #F18144;
}
</style>
background-color css
<style>
a { background-color: #F18144; }
a { background-color: rgb(241,129,68); }
div.DivClassName
{
background-color: #F18144;
}
.BgClassName
{
background-color: #F18144;
}
</style>
border-color css
<style>
span { border-color: #F18144; }
span { border-color: rgb(241,129,68); }
td.TdClassName
{
border-color: #F18144;
}
.TagClassName
{
border-color: #F18144;
}
</style>