Shades of Flamenco #F78240
Tints of Flamenco #F78240
RGB
CMYK
RGB Variations
Color information
#F78240 (or 0xF78240) is known color: Flamenco. HEX triplet: F7, 82 and 40. RGB value is (247,130,64). Sum of RGB (Red+Green+Blue) = 247+130+64=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F78240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78240 is #087DBF. Grayscale: #9D9D9D. Windows color (decimal): -556480 or 4227831. OLE color: 4227831.
HSL color Cylindrical-coordinate representation of color #F78240: hue angle of 21.64º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F78240 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 64 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.03 |
| HSL | 21.64º | 0.92% | 0.61% | - |
| HSV(B) | 21.64º | 0.74% | 0.97% | - |
| XYZ | 47.27 | 36.11 | 9.33 | - |
| YUV | 157.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 64 | 0 | 0.47 | 0.74 | 0.03 | 21.64 | 0.92 | 0.61 |
| Hex | F7 | 82 | 40 | 0 | 2F | 4A | 3 | 16 | 5C | 3D |
| Octal | 367 | 202 | 100 | 0 | 57 | 112 | 3 | 26 | 134 | 75 |
| Binary | 11110111 | 10000010 | 1000000 | 0 | 101111 | 1001010 | 11 | 10110 | 1011100 | 111101 |
Color Harmonies of #F78240
Complementary color
Monochromatic Colors of #F78240
Black with #F78240
Text Example
Text Example
White with #F78240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78240; }
p { color: rgb(247,130,64); }
H1.HeaderClassName
{
color: #F78240;
}
.AnyTagClassName
{
color: #F78240;
}
</style>
background-color css
<style>
a { background-color: #F78240; }
a { background-color: rgb(247,130,64); }
div.DivClassName
{
background-color: #F78240;
}
.BgClassName
{
background-color: #F78240;
}
</style>
border-color css
<style>
span { border-color: #F78240; }
span { border-color: rgb(247,130,64); }
td.TdClassName
{
border-color: #F78240;
}
.TagClassName
{
border-color: #F78240;
}
</style>