Shades of Flamenco #F58844
Tints of Flamenco #F58844
RGB
CMYK
RGB Variations
Color information
#F58844 (or 0xF58844) is known color: Flamenco. HEX triplet: F5, 88 and 44. RGB value is (245,136,68). Sum of RGB (Red+Green+Blue) = 245+136+68=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F58844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58844 is #0A77BB. Grayscale: #A1A1A1. Windows color (decimal): -686012 or 4491509. OLE color: 4491509.
HSL color Cylindrical-coordinate representation of color #F58844: hue angle of 23.05º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F58844 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 68 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.04 |
| HSL | 23.05º | 0.9% | 0.61% | - |
| HSV(B) | 23.05º | 0.72% | 0.96% | - |
| XYZ | 47.5 | 37.44 | 10.19 | - |
| YUV | 160.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 68 | 0 | 0.44 | 0.72 | 0.04 | 23.05 | 0.9 | 0.61 |
| Hex | F5 | 88 | 44 | 0 | 2C | 48 | 4 | 17 | 5A | 3D |
| Octal | 365 | 210 | 104 | 0 | 54 | 110 | 4 | 27 | 132 | 75 |
| Binary | 11110101 | 10001000 | 1000100 | 0 | 101100 | 1001000 | 100 | 10111 | 1011010 | 111101 |
Color Harmonies of #F58844
Complementary color
Monochromatic Colors of #F58844
Black with #F58844
Text Example
Text Example
White with #F58844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58844; }
p { color: rgb(245,136,68); }
H1.HeaderClassName
{
color: #F58844;
}
.AnyTagClassName
{
color: #F58844;
}
</style>
background-color css
<style>
a { background-color: #F58844; }
a { background-color: rgb(245,136,68); }
div.DivClassName
{
background-color: #F58844;
}
.BgClassName
{
background-color: #F58844;
}
</style>
border-color css
<style>
span { border-color: #F58844; }
span { border-color: rgb(245,136,68); }
td.TdClassName
{
border-color: #F58844;
}
.TagClassName
{
border-color: #F58844;
}
</style>