Shades of Flamenco #F18442
Tints of Flamenco #F18442
RGB
CMYK
RGB Variations
Color information
#F18442 (or 0xF18442) is known color: Flamenco. HEX triplet: F1, 84 and 42. RGB value is (241,132,66). Sum of RGB (Red+Green+Blue) = 241+132+66=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18442 is #0E7BBD. Grayscale: #9D9D9D. Windows color (decimal): -949182 or 4359409. OLE color: 4359409.
HSL color Cylindrical-coordinate representation of color #F18442: hue angle of 22.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F18442 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 66 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.05 |
| HSL | 22.63º | 0.86% | 0.6% | - |
| HSV(B) | 22.63º | 0.73% | 0.95% | - |
| XYZ | 45.51 | 35.6 | 9.63 | - |
| YUV | 157.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 66 | 0 | 0.45 | 0.73 | 0.05 | 22.63 | 0.86 | 0.6 |
| Hex | F1 | 84 | 42 | 0 | 2D | 49 | 5 | 17 | 56 | 3C |
| Octal | 361 | 204 | 102 | 0 | 55 | 111 | 5 | 27 | 126 | 74 |
| Binary | 11110001 | 10000100 | 1000010 | 0 | 101101 | 1001001 | 101 | 10111 | 1010110 | 111100 |
Color Harmonies of #F18442
Complementary color
Monochromatic Colors of #F18442
Black with #F18442
Text Example
Text Example
White with #F18442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18442; }
p { color: rgb(241,132,66); }
H1.HeaderClassName
{
color: #F18442;
}
.AnyTagClassName
{
color: #F18442;
}
</style>
background-color css
<style>
a { background-color: #F18442; }
a { background-color: rgb(241,132,66); }
div.DivClassName
{
background-color: #F18442;
}
.BgClassName
{
background-color: #F18442;
}
</style>
border-color css
<style>
span { border-color: #F18442; }
span { border-color: rgb(241,132,66); }
td.TdClassName
{
border-color: #F18442;
}
.TagClassName
{
border-color: #F18442;
}
</style>