Shades of Flamenco #F67C41
Tints of Flamenco #F67C41
RGB
CMYK
RGB Variations
Color information
#F67C41 (or 0xF67C41) is known color: Flamenco. HEX triplet: F6, 7C and 41. RGB value is (246,124,65). Sum of RGB (Red+Green+Blue) = 246+124+65=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C41 is #0983BE. Grayscale: #9A9A9A. Windows color (decimal): -623551 or 4291830. OLE color: 4291830.
HSL color Cylindrical-coordinate representation of color #F67C41: hue angle of 19.56º 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 #F67C41 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 65 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.04 |
| HSL | 19.56º | 0.91% | 0.61% | - |
| HSV(B) | 19.56º | 0.74% | 0.96% | - |
| XYZ | 46.17 | 34.39 | 9.21 | - |
| YUV | 153.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 65 | 0 | 0.50 | 0.74 | 0.04 | 19.56 | 0.91 | 0.61 |
| Hex | F6 | 7C | 41 | 0 | 32 | 4A | 4 | 14 | 5B | 3D |
| Octal | 366 | 174 | 101 | 0 | 62 | 112 | 4 | 24 | 133 | 75 |
| Binary | 11110110 | 1111100 | 1000001 | 0 | 110010 | 1001010 | 100 | 10100 | 1011011 | 111101 |
Color Harmonies of #F67C41
Complementary color
Monochromatic Colors of #F67C41
Black with #F67C41
Text Example
Text Example
White with #F67C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C41; }
p { color: rgb(246,124,65); }
H1.HeaderClassName
{
color: #F67C41;
}
.AnyTagClassName
{
color: #F67C41;
}
</style>
background-color css
<style>
a { background-color: #F67C41; }
a { background-color: rgb(246,124,65); }
div.DivClassName
{
background-color: #F67C41;
}
.BgClassName
{
background-color: #F67C41;
}
</style>
border-color css
<style>
span { border-color: #F67C41; }
span { border-color: rgb(246,124,65); }
td.TdClassName
{
border-color: #F67C41;
}
.TagClassName
{
border-color: #F67C41;
}
</style>