Shades of Flamenco #F67D41
Tints of Flamenco #F67D41
RGB
CMYK
RGB Variations
Color information
#F67D41 (or 0xF67D41) is known color: Flamenco. HEX triplet: F6, 7D and 41. RGB value is (246,125,65). Sum of RGB (Red+Green+Blue) = 246+125+65=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D41 is #0982BE. Grayscale: #9A9A9A. Windows color (decimal): -623295 or 4292086. OLE color: 4292086.
HSL color Cylindrical-coordinate representation of color #F67D41: hue angle of 19.89º 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 #F67D41 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 65 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.04 |
| HSL | 19.89º | 0.91% | 0.61% | - |
| HSV(B) | 19.89º | 0.74% | 0.96% | - |
| XYZ | 46.29 | 34.64 | 9.25 | - |
| YUV | 154.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 65 | 0 | 0.49 | 0.74 | 0.04 | 19.89 | 0.91 | 0.61 |
| Hex | F6 | 7D | 41 | 0 | 31 | 4A | 4 | 14 | 5B | 3D |
| Octal | 366 | 175 | 101 | 0 | 61 | 112 | 4 | 24 | 133 | 75 |
| Binary | 11110110 | 1111101 | 1000001 | 0 | 110001 | 1001010 | 100 | 10100 | 1011011 | 111101 |
Color Harmonies of #F67D41
Complementary color
Monochromatic Colors of #F67D41
Black with #F67D41
Text Example
Text Example
White with #F67D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D41; }
p { color: rgb(246,125,65); }
H1.HeaderClassName
{
color: #F67D41;
}
.AnyTagClassName
{
color: #F67D41;
}
</style>
background-color css
<style>
a { background-color: #F67D41; }
a { background-color: rgb(246,125,65); }
div.DivClassName
{
background-color: #F67D41;
}
.BgClassName
{
background-color: #F67D41;
}
</style>
border-color css
<style>
span { border-color: #F67D41; }
span { border-color: rgb(246,125,65); }
td.TdClassName
{
border-color: #F67D41;
}
.TagClassName
{
border-color: #F67D41;
}
</style>