Shades of Flamenco #F68344
Tints of Flamenco #F68344
RGB
CMYK
RGB Variations
Color information
#F68344 (or 0xF68344) is known color: Flamenco. HEX triplet: F6, 83 and 44. RGB value is (246,131,68). Sum of RGB (Red+Green+Blue) = 246+131+68=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F68344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68344 is #097CBB. Grayscale: #9E9E9E. Windows color (decimal): -621756 or 4490230. OLE color: 4490230.
HSL color Cylindrical-coordinate representation of color #F68344: hue angle of 21.24º 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 #F68344 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 68 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.04 |
| HSL | 21.24º | 0.91% | 0.62% | - |
| HSV(B) | 21.24º | 0.72% | 0.96% | - |
| XYZ | 47.17 | 36.24 | 9.98 | - |
| YUV | 158.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 68 | 0 | 0.47 | 0.72 | 0.04 | 21.24 | 0.91 | 0.62 |
| Hex | F6 | 83 | 44 | 0 | 2F | 48 | 4 | 15 | 5B | 3E |
| Octal | 366 | 203 | 104 | 0 | 57 | 110 | 4 | 25 | 133 | 76 |
| Binary | 11110110 | 10000011 | 1000100 | 0 | 101111 | 1001000 | 100 | 10101 | 1011011 | 111110 |
Color Harmonies of #F68344
Complementary color
Monochromatic Colors of #F68344
Black with #F68344
Text Example
Text Example
White with #F68344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68344; }
p { color: rgb(246,131,68); }
H1.HeaderClassName
{
color: #F68344;
}
.AnyTagClassName
{
color: #F68344;
}
</style>
background-color css
<style>
a { background-color: #F68344; }
a { background-color: rgb(246,131,68); }
div.DivClassName
{
background-color: #F68344;
}
.BgClassName
{
background-color: #F68344;
}
</style>
border-color css
<style>
span { border-color: #F68344; }
span { border-color: rgb(246,131,68); }
td.TdClassName
{
border-color: #F68344;
}
.TagClassName
{
border-color: #F68344;
}
</style>