Shades of Flamenco #F47F40
Tints of Flamenco #F47F40
RGB
CMYK
RGB Variations
Color information
#F47F40 (or 0xF47F40) is known color: Flamenco. HEX triplet: F4, 7F and 40. RGB value is (244,127,64). Sum of RGB (Red+Green+Blue) = 244+127+64=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F40 is #0B80BF. Grayscale: #9B9B9B. Windows color (decimal): -753856 or 4227060. OLE color: 4227060.
HSL color Cylindrical-coordinate representation of color #F47F40: hue angle of 21º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F47F40 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 64 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.04 |
| HSL | 21º | 0.89% | 0.6% | - |
| HSV(B) | 21º | 0.74% | 0.96% | - |
| XYZ | 45.82 | 34.78 | 9.15 | - |
| YUV | 154.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 64 | 0 | 0.48 | 0.74 | 0.04 | 21 | 0.89 | 0.6 |
| Hex | F4 | 7F | 40 | 0 | 30 | 4A | 4 | 15 | 59 | 3C |
| Octal | 364 | 177 | 100 | 0 | 60 | 112 | 4 | 25 | 131 | 74 |
| Binary | 11110100 | 1111111 | 1000000 | 0 | 110000 | 1001010 | 100 | 10101 | 1011001 | 111100 |
Color Harmonies of #F47F40
Complementary color
Monochromatic Colors of #F47F40
Black with #F47F40
Text Example
Text Example
White with #F47F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F40; }
p { color: rgb(244,127,64); }
H1.HeaderClassName
{
color: #F47F40;
}
.AnyTagClassName
{
color: #F47F40;
}
</style>
background-color css
<style>
a { background-color: #F47F40; }
a { background-color: rgb(244,127,64); }
div.DivClassName
{
background-color: #F47F40;
}
.BgClassName
{
background-color: #F47F40;
}
</style>
border-color css
<style>
span { border-color: #F47F40; }
span { border-color: rgb(244,127,64); }
td.TdClassName
{
border-color: #F47F40;
}
.TagClassName
{
border-color: #F47F40;
}
</style>