Shades of Flamenco #F47D40
Tints of Flamenco #F47D40
RGB
CMYK
RGB Variations
Color information
#F47D40 (or 0xF47D40) is known color: Flamenco. HEX triplet: F4, 7D and 40. RGB value is (244,125,64). Sum of RGB (Red+Green+Blue) = 244+125+64=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D40 is #0B82BF. Grayscale: #999999. Windows color (decimal): -754368 or 4226548. OLE color: 4226548.
HSL color Cylindrical-coordinate representation of color #F47D40: hue angle of 20.33º 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 #F47D40 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 64 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.04 |
| HSL | 20.33º | 0.89% | 0.6% | - |
| HSV(B) | 20.33º | 0.74% | 0.96% | - |
| XYZ | 45.57 | 34.27 | 9.06 | - |
| YUV | 153.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 64 | 0 | 0.49 | 0.74 | 0.04 | 20.33 | 0.89 | 0.6 |
| Hex | F4 | 7D | 40 | 0 | 31 | 4A | 4 | 14 | 59 | 3C |
| Octal | 364 | 175 | 100 | 0 | 61 | 112 | 4 | 24 | 131 | 74 |
| Binary | 11110100 | 1111101 | 1000000 | 0 | 110001 | 1001010 | 100 | 10100 | 1011001 | 111100 |
Color Harmonies of #F47D40
Complementary color
Monochromatic Colors of #F47D40
Black with #F47D40
Text Example
Text Example
White with #F47D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D40; }
p { color: rgb(244,125,64); }
H1.HeaderClassName
{
color: #F47D40;
}
.AnyTagClassName
{
color: #F47D40;
}
</style>
background-color css
<style>
a { background-color: #F47D40; }
a { background-color: rgb(244,125,64); }
div.DivClassName
{
background-color: #F47D40;
}
.BgClassName
{
background-color: #F47D40;
}
</style>
border-color css
<style>
span { border-color: #F47D40; }
span { border-color: rgb(244,125,64); }
td.TdClassName
{
border-color: #F47D40;
}
.TagClassName
{
border-color: #F47D40;
}
</style>