Shades of Flamenco #F08C49
Tints of Flamenco #F08C49
RGB
CMYK
RGB Variations
Color information
#F08C49 (or 0xF08C49) is known color: Flamenco. HEX triplet: F0, 8C and 49. RGB value is (240,140,73). Sum of RGB (Red+Green+Blue) = 240+140+73=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C49 is #0F73B6. Grayscale: #A2A2A2. Windows color (decimal): -1012663 or 4820208. OLE color: 4820208.
HSL color Cylindrical-coordinate representation of color #F08C49: hue angle of 24.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F08C49 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 73 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.06 |
| HSL | 24.07º | 0.85% | 0.61% | - |
| HSV(B) | 24.07º | 0.7% | 0.94% | - |
| XYZ | 46.52 | 37.76 | 11.14 | - |
| YUV | 162.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 73 | 0 | 0.42 | 0.70 | 0.06 | 24.07 | 0.85 | 0.61 |
| Hex | F0 | 8C | 49 | 0 | 2A | 46 | 6 | 18 | 55 | 3D |
| Octal | 360 | 214 | 111 | 0 | 52 | 106 | 6 | 30 | 125 | 75 |
| Binary | 11110000 | 10001100 | 1001001 | 0 | 101010 | 1000110 | 110 | 11000 | 1010101 | 111101 |
Color Harmonies of #F08C49
Complementary color
Monochromatic Colors of #F08C49
Black with #F08C49
Text Example
Text Example
White with #F08C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C49; }
p { color: rgb(240,140,73); }
H1.HeaderClassName
{
color: #F08C49;
}
.AnyTagClassName
{
color: #F08C49;
}
</style>
background-color css
<style>
a { background-color: #F08C49; }
a { background-color: rgb(240,140,73); }
div.DivClassName
{
background-color: #F08C49;
}
.BgClassName
{
background-color: #F08C49;
}
</style>
border-color css
<style>
span { border-color: #F08C49; }
span { border-color: rgb(240,140,73); }
td.TdClassName
{
border-color: #F08C49;
}
.TagClassName
{
border-color: #F08C49;
}
</style>