Shades of Flamenco #F68B44
Tints of Flamenco #F68B44
RGB
CMYK
RGB Variations
Color information
#F68B44 (or 0xF68B44) is known color: Flamenco. HEX triplet: F6, 8B and 44. RGB value is (246,139,68). Sum of RGB (Red+Green+Blue) = 246+139+68=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68B44 is #0974BB. Grayscale: #A3A3A3. Windows color (decimal): -619708 or 4492278. OLE color: 4492278.
HSL color Cylindrical-coordinate representation of color #F68B44: hue angle of 23.93º 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 #F68B44 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 68 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.04 |
| HSL | 23.93º | 0.91% | 0.62% | - |
| HSV(B) | 23.93º | 0.72% | 0.96% | - |
| XYZ | 48.28 | 38.48 | 10.35 | - |
| YUV | 162.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 68 | 0 | 0.43 | 0.72 | 0.04 | 23.93 | 0.91 | 0.62 |
| Hex | F6 | 8B | 44 | 0 | 2B | 48 | 4 | 18 | 5B | 3E |
| Octal | 366 | 213 | 104 | 0 | 53 | 110 | 4 | 30 | 133 | 76 |
| Binary | 11110110 | 10001011 | 1000100 | 0 | 101011 | 1001000 | 100 | 11000 | 1011011 | 111110 |
Color Harmonies of #F68B44
Complementary color
Monochromatic Colors of #F68B44
Black with #F68B44
Text Example
Text Example
White with #F68B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B44; }
p { color: rgb(246,139,68); }
H1.HeaderClassName
{
color: #F68B44;
}
.AnyTagClassName
{
color: #F68B44;
}
</style>
background-color css
<style>
a { background-color: #F68B44; }
a { background-color: rgb(246,139,68); }
div.DivClassName
{
background-color: #F68B44;
}
.BgClassName
{
background-color: #F68B44;
}
</style>
border-color css
<style>
span { border-color: #F68B44; }
span { border-color: rgb(246,139,68); }
td.TdClassName
{
border-color: #F68B44;
}
.TagClassName
{
border-color: #F68B44;
}
</style>