Shades of Flamenco #F08A46
Tints of Flamenco #F08A46
RGB
CMYK
RGB Variations
Color information
#F08A46 (or 0xF08A46) is known color: Flamenco. HEX triplet: F0, 8A and 46. RGB value is (240,138,70). Sum of RGB (Red+Green+Blue) = 240+138+70=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A46 is #0F75B9. Grayscale: #A1A1A1. Windows color (decimal): -1013178 or 4623088. OLE color: 4623088.
HSL color Cylindrical-coordinate representation of color #F08A46: hue angle of 24º 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 #F08A46 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 70 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.06 |
| HSL | 24º | 0.85% | 0.61% | - |
| HSV(B) | 24º | 0.71% | 0.94% | - |
| XYZ | 46.13 | 37.14 | 10.53 | - |
| YUV | 160.75 | 76.79 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 70 | 0 | 0.42 | 0.71 | 0.06 | 24 | 0.85 | 0.61 |
| Hex | F0 | 8A | 46 | 0 | 2A | 47 | 6 | 18 | 55 | 3D |
| Octal | 360 | 212 | 106 | 0 | 52 | 107 | 6 | 30 | 125 | 75 |
| Binary | 11110000 | 10001010 | 1000110 | 0 | 101010 | 1000111 | 110 | 11000 | 1010101 | 111101 |
Color Harmonies of #F08A46
Complementary color
Monochromatic Colors of #F08A46
Black with #F08A46
Text Example
Text Example
White with #F08A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A46; }
p { color: rgb(240,138,70); }
H1.HeaderClassName
{
color: #F08A46;
}
.AnyTagClassName
{
color: #F08A46;
}
</style>
background-color css
<style>
a { background-color: #F08A46; }
a { background-color: rgb(240,138,70); }
div.DivClassName
{
background-color: #F08A46;
}
.BgClassName
{
background-color: #F08A46;
}
</style>
border-color css
<style>
span { border-color: #F08A46; }
span { border-color: rgb(240,138,70); }
td.TdClassName
{
border-color: #F08A46;
}
.TagClassName
{
border-color: #F08A46;
}
</style>