Shades of Flamenco #F78243
Tints of Flamenco #F78243
RGB
CMYK
RGB Variations
Color information
#F78243 (or 0xF78243) is known color: Flamenco. HEX triplet: F7, 82 and 43. RGB value is (247,130,67). Sum of RGB (Red+Green+Blue) = 247+130+67=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F78243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78243 is #087DBC. Grayscale: #9E9E9E. Windows color (decimal): -556477 or 4424439. OLE color: 4424439.
HSL color Cylindrical-coordinate representation of color #F78243: hue angle of 21º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F78243 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 67 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.03 |
| HSL | 21º | 0.92% | 0.62% | - |
| HSV(B) | 21º | 0.73% | 0.97% | - |
| XYZ | 47.35 | 36.14 | 9.79 | - |
| YUV | 157.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 67 | 0 | 0.47 | 0.73 | 0.03 | 21 | 0.92 | 0.62 |
| Hex | F7 | 82 | 43 | 0 | 2F | 49 | 3 | 15 | 5C | 3E |
| Octal | 367 | 202 | 103 | 0 | 57 | 111 | 3 | 25 | 134 | 76 |
| Binary | 11110111 | 10000010 | 1000011 | 0 | 101111 | 1001001 | 11 | 10101 | 1011100 | 111110 |
Color Harmonies of #F78243
Complementary color
Monochromatic Colors of #F78243
Black with #F78243
Text Example
Text Example
White with #F78243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78243; }
p { color: rgb(247,130,67); }
H1.HeaderClassName
{
color: #F78243;
}
.AnyTagClassName
{
color: #F78243;
}
</style>
background-color css
<style>
a { background-color: #F78243; }
a { background-color: rgb(247,130,67); }
div.DivClassName
{
background-color: #F78243;
}
.BgClassName
{
background-color: #F78243;
}
</style>
border-color css
<style>
span { border-color: #F78243; }
span { border-color: rgb(247,130,67); }
td.TdClassName
{
border-color: #F78243;
}
.TagClassName
{
border-color: #F78243;
}
</style>