Shades of Flamenco #F68A44
Tints of Flamenco #F68A44
RGB
CMYK
RGB Variations
Color information
#F68A44 (or 0xF68A44) is known color: Flamenco. HEX triplet: F6, 8A and 44. RGB value is (246,138,68). Sum of RGB (Red+Green+Blue) = 246+138+68=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A44 is #0975BB. Grayscale: #A2A2A2. Windows color (decimal): -619964 or 4492022. OLE color: 4492022.
HSL color Cylindrical-coordinate representation of color #F68A44: hue angle of 23.6º 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 #F68A44 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 68 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.04 |
| HSL | 23.6º | 0.91% | 0.62% | - |
| HSV(B) | 23.6º | 0.72% | 0.96% | - |
| XYZ | 48.14 | 38.19 | 10.3 | - |
| YUV | 162.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 68 | 0 | 0.44 | 0.72 | 0.04 | 23.6 | 0.91 | 0.62 |
| Hex | F6 | 8A | 44 | 0 | 2C | 48 | 4 | 18 | 5B | 3E |
| Octal | 366 | 212 | 104 | 0 | 54 | 110 | 4 | 30 | 133 | 76 |
| Binary | 11110110 | 10001010 | 1000100 | 0 | 101100 | 1001000 | 100 | 11000 | 1011011 | 111110 |
Color Harmonies of #F68A44
Complementary color
Monochromatic Colors of #F68A44
Black with #F68A44
Text Example
Text Example
White with #F68A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A44; }
p { color: rgb(246,138,68); }
H1.HeaderClassName
{
color: #F68A44;
}
.AnyTagClassName
{
color: #F68A44;
}
</style>
background-color css
<style>
a { background-color: #F68A44; }
a { background-color: rgb(246,138,68); }
div.DivClassName
{
background-color: #F68A44;
}
.BgClassName
{
background-color: #F68A44;
}
</style>
border-color css
<style>
span { border-color: #F68A44; }
span { border-color: rgb(246,138,68); }
td.TdClassName
{
border-color: #F68A44;
}
.TagClassName
{
border-color: #F68A44;
}
</style>