Shades of Flamenco #F08647
Tints of Flamenco #F08647
RGB
CMYK
RGB Variations
Color information
#F08647 (or 0xF08647) is known color: Flamenco. HEX triplet: F0, 86 and 47. RGB value is (240,134,71). Sum of RGB (Red+Green+Blue) = 240+134+71=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08647 is #0F79B8. Grayscale: #9E9E9E. Windows color (decimal): -1014201 or 4687600. OLE color: 4687600.
HSL color Cylindrical-coordinate representation of color #F08647: hue angle of 22.37º 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 #F08647 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 71 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.06 |
| HSL | 22.37º | 0.85% | 0.61% | - |
| HSV(B) | 22.37º | 0.7% | 0.94% | - |
| XYZ | 45.6 | 36.03 | 10.51 | - |
| YUV | 158.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 71 | 0 | 0.44 | 0.70 | 0.06 | 22.37 | 0.85 | 0.61 |
| Hex | F0 | 86 | 47 | 0 | 2C | 46 | 6 | 16 | 55 | 3D |
| Octal | 360 | 206 | 107 | 0 | 54 | 106 | 6 | 26 | 125 | 75 |
| Binary | 11110000 | 10000110 | 1000111 | 0 | 101100 | 1000110 | 110 | 10110 | 1010101 | 111101 |
Color Harmonies of #F08647
Complementary color
Monochromatic Colors of #F08647
Black with #F08647
Text Example
Text Example
White with #F08647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08647; }
p { color: rgb(240,134,71); }
H1.HeaderClassName
{
color: #F08647;
}
.AnyTagClassName
{
color: #F08647;
}
</style>
background-color css
<style>
a { background-color: #F08647; }
a { background-color: rgb(240,134,71); }
div.DivClassName
{
background-color: #F08647;
}
.BgClassName
{
background-color: #F08647;
}
</style>
border-color css
<style>
span { border-color: #F08647; }
span { border-color: rgb(240,134,71); }
td.TdClassName
{
border-color: #F08647;
}
.TagClassName
{
border-color: #F08647;
}
</style>