Shades of Flamenco #F08149
Tints of Flamenco #F08149
RGB
CMYK
RGB Variations
Color information
#F08149 (or 0xF08149) is known color: Flamenco. HEX triplet: F0, 81 and 49. RGB value is (240,129,73). Sum of RGB (Red+Green+Blue) = 240+129+73=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F08149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08149 is #0F7EB6. Grayscale: #9C9C9C. Windows color (decimal): -1015479 or 4817392. OLE color: 4817392.
HSL color Cylindrical-coordinate representation of color #F08149: hue angle of 20.12º 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 #F08149 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 73 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.06 |
| HSL | 20.12º | 0.85% | 0.61% | - |
| HSV(B) | 20.12º | 0.7% | 0.94% | - |
| XYZ | 44.99 | 34.71 | 10.63 | - |
| YUV | 155.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 73 | 0 | 0.46 | 0.70 | 0.06 | 20.12 | 0.85 | 0.61 |
| Hex | F0 | 81 | 49 | 0 | 2E | 46 | 6 | 14 | 55 | 3D |
| Octal | 360 | 201 | 111 | 0 | 56 | 106 | 6 | 24 | 125 | 75 |
| Binary | 11110000 | 10000001 | 1001001 | 0 | 101110 | 1000110 | 110 | 10100 | 1010101 | 111101 |
Color Harmonies of #F08149
Complementary color
Monochromatic Colors of #F08149
Black with #F08149
Text Example
Text Example
White with #F08149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08149; }
p { color: rgb(240,129,73); }
H1.HeaderClassName
{
color: #F08149;
}
.AnyTagClassName
{
color: #F08149;
}
</style>
background-color css
<style>
a { background-color: #F08149; }
a { background-color: rgb(240,129,73); }
div.DivClassName
{
background-color: #F08149;
}
.BgClassName
{
background-color: #F08149;
}
</style>
border-color css
<style>
span { border-color: #F08149; }
span { border-color: rgb(240,129,73); }
td.TdClassName
{
border-color: #F08149;
}
.TagClassName
{
border-color: #F08149;
}
</style>