Shades of Flamenco #F18C4B
Tints of Flamenco #F18C4B
RGB
CMYK
RGB Variations
Color information
#F18C4B (or 0xF18C4B) is known color: Flamenco. HEX triplet: F1, 8C and 4B. RGB value is (241,140,75). Sum of RGB (Red+Green+Blue) = 241+140+75=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C4B is #0E73B4. Grayscale: #A3A3A3. Windows color (decimal): -947125 or 4951281. OLE color: 4951281.
HSL color Cylindrical-coordinate representation of color #F18C4B: hue angle of 23.49º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F18C4B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 75 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.05 |
| HSL | 23.49º | 0.86% | 0.62% | - |
| HSV(B) | 23.49º | 0.69% | 0.95% | - |
| XYZ | 46.92 | 37.96 | 11.51 | - |
| YUV | 162.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 75 | 0 | 0.42 | 0.69 | 0.05 | 23.49 | 0.86 | 0.62 |
| Hex | F1 | 8C | 4B | 0 | 2A | 45 | 5 | 17 | 56 | 3E |
| Octal | 361 | 214 | 113 | 0 | 52 | 105 | 5 | 27 | 126 | 76 |
| Binary | 11110001 | 10001100 | 1001011 | 0 | 101010 | 1000101 | 101 | 10111 | 1010110 | 111110 |
Color Harmonies of #F18C4B
Complementary color
Monochromatic Colors of #F18C4B
Black with #F18C4B
Text Example
Text Example
White with #F18C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C4B; }
p { color: rgb(241,140,75); }
H1.HeaderClassName
{
color: #F18C4B;
}
.AnyTagClassName
{
color: #F18C4B;
}
</style>
background-color css
<style>
a { background-color: #F18C4B; }
a { background-color: rgb(241,140,75); }
div.DivClassName
{
background-color: #F18C4B;
}
.BgClassName
{
background-color: #F18C4B;
}
</style>
border-color css
<style>
span { border-color: #F18C4B; }
span { border-color: rgb(241,140,75); }
td.TdClassName
{
border-color: #F18C4B;
}
.TagClassName
{
border-color: #F18C4B;
}
</style>