Shades of Flamenco #F68945
Tints of Flamenco #F68945
RGB
CMYK
RGB Variations
Color information
#F68945 (or 0xF68945) is known color: Flamenco. HEX triplet: F6, 89 and 45. RGB value is (246,137,69). Sum of RGB (Red+Green+Blue) = 246+137+69=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F68945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68945 is #0976BA. Grayscale: #A2A2A2. Windows color (decimal): -620219 or 4557302. OLE color: 4557302.
HSL color Cylindrical-coordinate representation of color #F68945: hue angle of 23.05º 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 #F68945 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 69 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.04 |
| HSL | 23.05º | 0.91% | 0.62% | - |
| HSV(B) | 23.05º | 0.72% | 0.96% | - |
| XYZ | 48.03 | 37.91 | 10.42 | - |
| YUV | 161.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 69 | 0 | 0.44 | 0.72 | 0.04 | 23.05 | 0.91 | 0.62 |
| Hex | F6 | 89 | 45 | 0 | 2C | 48 | 4 | 17 | 5B | 3E |
| Octal | 366 | 211 | 105 | 0 | 54 | 110 | 4 | 27 | 133 | 76 |
| Binary | 11110110 | 10001001 | 1000101 | 0 | 101100 | 1001000 | 100 | 10111 | 1011011 | 111110 |
Color Harmonies of #F68945
Complementary color
Monochromatic Colors of #F68945
Black with #F68945
Text Example
Text Example
White with #F68945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68945; }
p { color: rgb(246,137,69); }
H1.HeaderClassName
{
color: #F68945;
}
.AnyTagClassName
{
color: #F68945;
}
</style>
background-color css
<style>
a { background-color: #F68945; }
a { background-color: rgb(246,137,69); }
div.DivClassName
{
background-color: #F68945;
}
.BgClassName
{
background-color: #F68945;
}
</style>
border-color css
<style>
span { border-color: #F68945; }
span { border-color: rgb(246,137,69); }
td.TdClassName
{
border-color: #F68945;
}
.TagClassName
{
border-color: #F68945;
}
</style>