Shades of Flamenco #F18B42
Tints of Flamenco #F18B42
RGB
CMYK
RGB Variations
Color information
#F18B42 (or 0xF18B42) is known color: Flamenco. HEX triplet: F1, 8B and 42. RGB value is (241,139,66). Sum of RGB (Red+Green+Blue) = 241+139+66=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B42 is #0E74BD. Grayscale: #A1A1A1. Windows color (decimal): -947390 or 4361201. OLE color: 4361201.
HSL color Cylindrical-coordinate representation of color #F18B42: hue angle of 25.03º 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 #F18B42 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 66 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.05 |
| HSL | 25.03º | 0.86% | 0.6% | - |
| HSV(B) | 25.03º | 0.73% | 0.95% | - |
| XYZ | 46.49 | 37.56 | 9.95 | - |
| YUV | 161.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 66 | 0 | 0.42 | 0.73 | 0.05 | 25.03 | 0.86 | 0.6 |
| Hex | F1 | 8B | 42 | 0 | 2A | 49 | 5 | 19 | 56 | 3C |
| Octal | 361 | 213 | 102 | 0 | 52 | 111 | 5 | 31 | 126 | 74 |
| Binary | 11110001 | 10001011 | 1000010 | 0 | 101010 | 1001001 | 101 | 11001 | 1010110 | 111100 |
Color Harmonies of #F18B42
Complementary color
Monochromatic Colors of #F18B42
Black with #F18B42
Text Example
Text Example
White with #F18B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B42; }
p { color: rgb(241,139,66); }
H1.HeaderClassName
{
color: #F18B42;
}
.AnyTagClassName
{
color: #F18B42;
}
</style>
background-color css
<style>
a { background-color: #F18B42; }
a { background-color: rgb(241,139,66); }
div.DivClassName
{
background-color: #F18B42;
}
.BgClassName
{
background-color: #F18B42;
}
</style>
border-color css
<style>
span { border-color: #F18B42; }
span { border-color: rgb(241,139,66); }
td.TdClassName
{
border-color: #F18B42;
}
.TagClassName
{
border-color: #F18B42;
}
</style>