Shades of Flamenco #F68445
Tints of Flamenco #F68445
RGB
CMYK
RGB Variations
Color information
#F68445 (or 0xF68445) is known color: Flamenco. HEX triplet: F6, 84 and 45. RGB value is (246,132,69). Sum of RGB (Red+Green+Blue) = 246+132+69=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F68445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68445 is #097BBA. Grayscale: #9F9F9F. Windows color (decimal): -621499 or 4556022. OLE color: 4556022.
HSL color Cylindrical-coordinate representation of color #F68445: hue angle of 21.36º 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 #F68445 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 69 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.04 |
| HSL | 21.36º | 0.91% | 0.62% | - |
| HSV(B) | 21.36º | 0.72% | 0.96% | - |
| XYZ | 47.33 | 36.53 | 10.19 | - |
| YUV | 158.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 69 | 0 | 0.46 | 0.72 | 0.04 | 21.36 | 0.91 | 0.62 |
| Hex | F6 | 84 | 45 | 0 | 2E | 48 | 4 | 15 | 5B | 3E |
| Octal | 366 | 204 | 105 | 0 | 56 | 110 | 4 | 25 | 133 | 76 |
| Binary | 11110110 | 10000100 | 1000101 | 0 | 101110 | 1001000 | 100 | 10101 | 1011011 | 111110 |
Color Harmonies of #F68445
Complementary color
Monochromatic Colors of #F68445
Black with #F68445
Text Example
Text Example
White with #F68445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68445; }
p { color: rgb(246,132,69); }
H1.HeaderClassName
{
color: #F68445;
}
.AnyTagClassName
{
color: #F68445;
}
</style>
background-color css
<style>
a { background-color: #F68445; }
a { background-color: rgb(246,132,69); }
div.DivClassName
{
background-color: #F68445;
}
.BgClassName
{
background-color: #F68445;
}
</style>
border-color css
<style>
span { border-color: #F68445; }
span { border-color: rgb(246,132,69); }
td.TdClassName
{
border-color: #F68445;
}
.TagClassName
{
border-color: #F68445;
}
</style>