Shades of Flamenco #F68A47
Tints of Flamenco #F68A47
RGB
CMYK
RGB Variations
Color information
#F68A47 (or 0xF68A47) is known color: Flamenco. HEX triplet: F6, 8A and 47. RGB value is (246,138,71). Sum of RGB (Red+Green+Blue) = 246+138+71=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A47 is #0975B8. Grayscale: #A3A3A3. Windows color (decimal): -619961 or 4688630. OLE color: 4688630.
HSL color Cylindrical-coordinate representation of color #F68A47: hue angle of 22.97º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F68A47 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 71 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.04 |
| HSL | 22.97º | 0.91% | 0.62% | - |
| HSV(B) | 22.97º | 0.71% | 0.96% | - |
| XYZ | 48.23 | 38.22 | 10.8 | - |
| YUV | 162.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 71 | 0 | 0.44 | 0.71 | 0.04 | 22.97 | 0.91 | 0.62 |
| Hex | F6 | 8A | 47 | 0 | 2C | 47 | 4 | 17 | 5B | 3E |
| Octal | 366 | 212 | 107 | 0 | 54 | 107 | 4 | 27 | 133 | 76 |
| Binary | 11110110 | 10001010 | 1000111 | 0 | 101100 | 1000111 | 100 | 10111 | 1011011 | 111110 |
Color Harmonies of #F68A47
Complementary color
Monochromatic Colors of #F68A47
Black with #F68A47
Text Example
Text Example
White with #F68A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A47; }
p { color: rgb(246,138,71); }
H1.HeaderClassName
{
color: #F68A47;
}
.AnyTagClassName
{
color: #F68A47;
}
</style>
background-color css
<style>
a { background-color: #F68A47; }
a { background-color: rgb(246,138,71); }
div.DivClassName
{
background-color: #F68A47;
}
.BgClassName
{
background-color: #F68A47;
}
</style>
border-color css
<style>
span { border-color: #F68A47; }
span { border-color: rgb(246,138,71); }
td.TdClassName
{
border-color: #F68A47;
}
.TagClassName
{
border-color: #F68A47;
}
</style>