Shades of Flamenco #F67C40
Tints of Flamenco #F67C40
RGB
CMYK
RGB Variations
Color information
#F67C40 (or 0xF67C40) is known color: Flamenco. HEX triplet: F6, 7C and 40. RGB value is (246,124,64). Sum of RGB (Red+Green+Blue) = 246+124+64=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C40 is #0983BF. Grayscale: #999999. Windows color (decimal): -623552 or 4226294. OLE color: 4226294.
HSL color Cylindrical-coordinate representation of color #F67C40: hue angle of 19.78º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F67C40 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 64 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.04 |
| HSL | 19.78º | 0.91% | 0.61% | - |
| HSV(B) | 19.78º | 0.74% | 0.96% | - |
| XYZ | 46.14 | 34.38 | 9.05 | - |
| YUV | 153.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 64 | 0 | 0.50 | 0.74 | 0.04 | 19.78 | 0.91 | 0.61 |
| Hex | F6 | 7C | 40 | 0 | 32 | 4A | 4 | 14 | 5B | 3D |
| Octal | 366 | 174 | 100 | 0 | 62 | 112 | 4 | 24 | 133 | 75 |
| Binary | 11110110 | 1111100 | 1000000 | 0 | 110010 | 1001010 | 100 | 10100 | 1011011 | 111101 |
Color Harmonies of #F67C40
Complementary color
Monochromatic Colors of #F67C40
Black with #F67C40
Text Example
Text Example
White with #F67C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C40; }
p { color: rgb(246,124,64); }
H1.HeaderClassName
{
color: #F67C40;
}
.AnyTagClassName
{
color: #F67C40;
}
</style>
background-color css
<style>
a { background-color: #F67C40; }
a { background-color: rgb(246,124,64); }
div.DivClassName
{
background-color: #F67C40;
}
.BgClassName
{
background-color: #F67C40;
}
</style>
border-color css
<style>
span { border-color: #F67C40; }
span { border-color: rgb(246,124,64); }
td.TdClassName
{
border-color: #F67C40;
}
.TagClassName
{
border-color: #F67C40;
}
</style>