Shades of Flamenco #F68042
Tints of Flamenco #F68042
RGB
CMYK
RGB Variations
Color information
#F68042 (or 0xF68042) is known color: Flamenco. HEX triplet: F6, 80 and 42. RGB value is (246,128,66). Sum of RGB (Red+Green+Blue) = 246+128+66=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F68042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68042 is #097FBD. Grayscale: #9C9C9C. Windows color (decimal): -622526 or 4358390. OLE color: 4358390.
HSL color Cylindrical-coordinate representation of color #F68042: hue angle of 20.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F68042 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 66 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.04 |
| HSL | 20.67º | 0.91% | 0.61% | - |
| HSV(B) | 20.67º | 0.73% | 0.96% | - |
| XYZ | 46.71 | 35.42 | 9.53 | - |
| YUV | 156.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 66 | 0 | 0.48 | 0.73 | 0.04 | 20.67 | 0.91 | 0.61 |
| Hex | F6 | 80 | 42 | 0 | 30 | 49 | 4 | 15 | 5B | 3D |
| Octal | 366 | 200 | 102 | 0 | 60 | 111 | 4 | 25 | 133 | 75 |
| Binary | 11110110 | 10000000 | 1000010 | 0 | 110000 | 1001001 | 100 | 10101 | 1011011 | 111101 |
Color Harmonies of #F68042
Complementary color
Monochromatic Colors of #F68042
Black with #F68042
Text Example
Text Example
White with #F68042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68042; }
p { color: rgb(246,128,66); }
H1.HeaderClassName
{
color: #F68042;
}
.AnyTagClassName
{
color: #F68042;
}
</style>
background-color css
<style>
a { background-color: #F68042; }
a { background-color: rgb(246,128,66); }
div.DivClassName
{
background-color: #F68042;
}
.BgClassName
{
background-color: #F68042;
}
</style>
border-color css
<style>
span { border-color: #F68042; }
span { border-color: rgb(246,128,66); }
td.TdClassName
{
border-color: #F68042;
}
.TagClassName
{
border-color: #F68042;
}
</style>