Shades of Flamenco #F48547
Tints of Flamenco #F48547
RGB
CMYK
RGB Variations
Color information
#F48547 (or 0xF48547) is known color: Flamenco. HEX triplet: F4, 85 and 47. RGB value is (244,133,71). Sum of RGB (Red+Green+Blue) = 244+133+71=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F48547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48547 is #0B7AB8. Grayscale: #9F9F9F. Windows color (decimal): -752313 or 4687348. OLE color: 4687348.
HSL color Cylindrical-coordinate representation of color #F48547: hue angle of 21.5º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F48547 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 71 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.04 |
| HSL | 21.5º | 0.89% | 0.62% | - |
| HSV(B) | 21.5º | 0.71% | 0.96% | - |
| XYZ | 46.83 | 36.46 | 10.53 | - |
| YUV | 159.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 71 | 0 | 0.45 | 0.71 | 0.04 | 21.5 | 0.89 | 0.62 |
| Hex | F4 | 85 | 47 | 0 | 2D | 47 | 4 | 16 | 59 | 3E |
| Octal | 364 | 205 | 107 | 0 | 55 | 107 | 4 | 26 | 131 | 76 |
| Binary | 11110100 | 10000101 | 1000111 | 0 | 101101 | 1000111 | 100 | 10110 | 1011001 | 111110 |
Color Harmonies of #F48547
Complementary color
Monochromatic Colors of #F48547
Black with #F48547
Text Example
Text Example
White with #F48547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48547; }
p { color: rgb(244,133,71); }
H1.HeaderClassName
{
color: #F48547;
}
.AnyTagClassName
{
color: #F48547;
}
</style>
background-color css
<style>
a { background-color: #F48547; }
a { background-color: rgb(244,133,71); }
div.DivClassName
{
background-color: #F48547;
}
.BgClassName
{
background-color: #F48547;
}
</style>
border-color css
<style>
span { border-color: #F48547; }
span { border-color: rgb(244,133,71); }
td.TdClassName
{
border-color: #F48547;
}
.TagClassName
{
border-color: #F48547;
}
</style>