Shades of Flamenco #F08246
Tints of Flamenco #F08246
RGB
CMYK
RGB Variations
Color information
#F08246 (or 0xF08246) is known color: Flamenco. HEX triplet: F0, 82 and 46. RGB value is (240,130,70). Sum of RGB (Red+Green+Blue) = 240+130+70=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F08246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08246 is #0F7DB9. Grayscale: #9C9C9C. Windows color (decimal): -1015226 or 4621040. OLE color: 4621040.
HSL color Cylindrical-coordinate representation of color #F08246: hue angle of 21.18º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F08246 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 70 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.06 |
| HSL | 21.18º | 0.85% | 0.61% | - |
| HSV(B) | 21.18º | 0.71% | 0.94% | - |
| XYZ | 45.02 | 34.93 | 10.16 | - |
| YUV | 156.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 70 | 0 | 0.46 | 0.71 | 0.06 | 21.18 | 0.85 | 0.61 |
| Hex | F0 | 82 | 46 | 0 | 2E | 47 | 6 | 15 | 55 | 3D |
| Octal | 360 | 202 | 106 | 0 | 56 | 107 | 6 | 25 | 125 | 75 |
| Binary | 11110000 | 10000010 | 1000110 | 0 | 101110 | 1000111 | 110 | 10101 | 1010101 | 111101 |
Color Harmonies of #F08246
Complementary color
Monochromatic Colors of #F08246
Black with #F08246
Text Example
Text Example
White with #F08246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08246; }
p { color: rgb(240,130,70); }
H1.HeaderClassName
{
color: #F08246;
}
.AnyTagClassName
{
color: #F08246;
}
</style>
background-color css
<style>
a { background-color: #F08246; }
a { background-color: rgb(240,130,70); }
div.DivClassName
{
background-color: #F08246;
}
.BgClassName
{
background-color: #F08246;
}
</style>
border-color css
<style>
span { border-color: #F08246; }
span { border-color: rgb(240,130,70); }
td.TdClassName
{
border-color: #F08246;
}
.TagClassName
{
border-color: #F08246;
}
</style>