Shades of Flamenco #F78344
Tints of Flamenco #F78344
RGB
CMYK
RGB Variations
Color information
#F78344 (or 0xF78344) is known color: Flamenco. HEX triplet: F7, 83 and 44. RGB value is (247,131,68). Sum of RGB (Red+Green+Blue) = 247+131+68=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F78344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78344 is #087CBB. Grayscale: #9E9E9E. Windows color (decimal): -556220 or 4490231. OLE color: 4490231.
HSL color Cylindrical-coordinate representation of color #F78344: hue angle of 21.12º 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 #F78344 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 68 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.03 |
| HSL | 21.12º | 0.92% | 0.62% | - |
| HSV(B) | 21.12º | 0.72% | 0.97% | - |
| XYZ | 47.52 | 36.42 | 9.99 | - |
| YUV | 158.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 68 | 0 | 0.47 | 0.72 | 0.03 | 21.12 | 0.92 | 0.62 |
| Hex | F7 | 83 | 44 | 0 | 2F | 48 | 3 | 15 | 5C | 3E |
| Octal | 367 | 203 | 104 | 0 | 57 | 110 | 3 | 25 | 134 | 76 |
| Binary | 11110111 | 10000011 | 1000100 | 0 | 101111 | 1001000 | 11 | 10101 | 1011100 | 111110 |
Color Harmonies of #F78344
Complementary color
Monochromatic Colors of #F78344
Black with #F78344
Text Example
Text Example
White with #F78344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78344; }
p { color: rgb(247,131,68); }
H1.HeaderClassName
{
color: #F78344;
}
.AnyTagClassName
{
color: #F78344;
}
</style>
background-color css
<style>
a { background-color: #F78344; }
a { background-color: rgb(247,131,68); }
div.DivClassName
{
background-color: #F78344;
}
.BgClassName
{
background-color: #F78344;
}
</style>
border-color css
<style>
span { border-color: #F78344; }
span { border-color: rgb(247,131,68); }
td.TdClassName
{
border-color: #F78344;
}
.TagClassName
{
border-color: #F78344;
}
</style>