Shades of Flamenco #F78846
Tints of Flamenco #F78846
RGB
CMYK
RGB Variations
Color information
#F78846 (or 0xF78846) is known color: Flamenco. HEX triplet: F7, 88 and 46. RGB value is (247,136,70). Sum of RGB (Red+Green+Blue) = 247+136+70=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F78846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78846 is #0877B9. Grayscale: #A2A2A2. Windows color (decimal): -554938 or 4622583. OLE color: 4622583.
HSL color Cylindrical-coordinate representation of color #F78846: hue angle of 22.37º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F78846 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 70 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.03 |
| HSL | 22.37º | 0.92% | 0.62% | - |
| HSV(B) | 22.37º | 0.72% | 0.97% | - |
| XYZ | 48.27 | 37.82 | 10.55 | - |
| YUV | 161.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 70 | 0 | 0.45 | 0.72 | 0.03 | 22.37 | 0.92 | 0.62 |
| Hex | F7 | 88 | 46 | 0 | 2D | 48 | 3 | 16 | 5C | 3E |
| Octal | 367 | 210 | 106 | 0 | 55 | 110 | 3 | 26 | 134 | 76 |
| Binary | 11110111 | 10001000 | 1000110 | 0 | 101101 | 1001000 | 11 | 10110 | 1011100 | 111110 |
Color Harmonies of #F78846
Complementary color
Monochromatic Colors of #F78846
Black with #F78846
Text Example
Text Example
White with #F78846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78846; }
p { color: rgb(247,136,70); }
H1.HeaderClassName
{
color: #F78846;
}
.AnyTagClassName
{
color: #F78846;
}
</style>
background-color css
<style>
a { background-color: #F78846; }
a { background-color: rgb(247,136,70); }
div.DivClassName
{
background-color: #F78846;
}
.BgClassName
{
background-color: #F78846;
}
</style>
border-color css
<style>
span { border-color: #F78846; }
span { border-color: rgb(247,136,70); }
td.TdClassName
{
border-color: #F78846;
}
.TagClassName
{
border-color: #F78846;
}
</style>