Shades of Flamenco #F68044
Tints of Flamenco #F68044
RGB
CMYK
RGB Variations
Color information
#F68044 (or 0xF68044) is known color: Flamenco. HEX triplet: F6, 80 and 44. RGB value is (246,128,68). Sum of RGB (Red+Green+Blue) = 246+128+68=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F68044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68044 is #097FBB. Grayscale: #9C9C9C. Windows color (decimal): -622524 or 4489462. OLE color: 4489462.
HSL color Cylindrical-coordinate representation of color #F68044: hue angle of 20.22º 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 #F68044 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 68 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.04 |
| HSL | 20.22º | 0.91% | 0.62% | - |
| HSV(B) | 20.22º | 0.72% | 0.96% | - |
| XYZ | 46.77 | 35.45 | 9.85 | - |
| YUV | 156.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 68 | 0 | 0.48 | 0.72 | 0.04 | 20.22 | 0.91 | 0.62 |
| Hex | F6 | 80 | 44 | 0 | 30 | 48 | 4 | 14 | 5B | 3E |
| Octal | 366 | 200 | 104 | 0 | 60 | 110 | 4 | 24 | 133 | 76 |
| Binary | 11110110 | 10000000 | 1000100 | 0 | 110000 | 1001000 | 100 | 10100 | 1011011 | 111110 |
Color Harmonies of #F68044
Complementary color
Monochromatic Colors of #F68044
Black with #F68044
Text Example
Text Example
White with #F68044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68044; }
p { color: rgb(246,128,68); }
H1.HeaderClassName
{
color: #F68044;
}
.AnyTagClassName
{
color: #F68044;
}
</style>
background-color css
<style>
a { background-color: #F68044; }
a { background-color: rgb(246,128,68); }
div.DivClassName
{
background-color: #F68044;
}
.BgClassName
{
background-color: #F68044;
}
</style>
border-color css
<style>
span { border-color: #F68044; }
span { border-color: rgb(246,128,68); }
td.TdClassName
{
border-color: #F68044;
}
.TagClassName
{
border-color: #F68044;
}
</style>