Shades of Flamenco #F68A46
Tints of Flamenco #F68A46
RGB
CMYK
RGB Variations
Color information
#F68A46 (or 0xF68A46) is known color: Flamenco. HEX triplet: F6, 8A and 46. RGB value is (246,138,70). Sum of RGB (Red+Green+Blue) = 246+138+70=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A46 is #0975B9. Grayscale: #A2A2A2. Windows color (decimal): -619962 or 4623094. OLE color: 4623094.
HSL color Cylindrical-coordinate representation of color #F68A46: hue angle of 23.18º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F68A46 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 70 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.04 |
| HSL | 23.18º | 0.91% | 0.62% | - |
| HSV(B) | 23.18º | 0.72% | 0.96% | - |
| XYZ | 48.2 | 38.21 | 10.63 | - |
| YUV | 162.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 70 | 0 | 0.44 | 0.72 | 0.04 | 23.18 | 0.91 | 0.62 |
| Hex | F6 | 8A | 46 | 0 | 2C | 48 | 4 | 17 | 5B | 3E |
| Octal | 366 | 212 | 106 | 0 | 54 | 110 | 4 | 27 | 133 | 76 |
| Binary | 11110110 | 10001010 | 1000110 | 0 | 101100 | 1001000 | 100 | 10111 | 1011011 | 111110 |
Color Harmonies of #F68A46
Complementary color
Monochromatic Colors of #F68A46
Black with #F68A46
Text Example
Text Example
White with #F68A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A46; }
p { color: rgb(246,138,70); }
H1.HeaderClassName
{
color: #F68A46;
}
.AnyTagClassName
{
color: #F68A46;
}
</style>
background-color css
<style>
a { background-color: #F68A46; }
a { background-color: rgb(246,138,70); }
div.DivClassName
{
background-color: #F68A46;
}
.BgClassName
{
background-color: #F68A46;
}
</style>
border-color css
<style>
span { border-color: #F68A46; }
span { border-color: rgb(246,138,70); }
td.TdClassName
{
border-color: #F68A46;
}
.TagClassName
{
border-color: #F68A46;
}
</style>