Shades of Flamenco #F58845
Tints of Flamenco #F58845
RGB
CMYK
RGB Variations
Color information
#F58845 (or 0xF58845) is known color: Flamenco. HEX triplet: F5, 88 and 45. RGB value is (245,136,69). Sum of RGB (Red+Green+Blue) = 245+136+69=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F58845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58845 is #0A77BA. Grayscale: #A1A1A1. Windows color (decimal): -686011 or 4557045. OLE color: 4557045.
HSL color Cylindrical-coordinate representation of color #F58845: hue angle of 22.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F58845 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 69 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.04 |
| HSL | 22.84º | 0.9% | 0.62% | - |
| HSV(B) | 22.84º | 0.72% | 0.96% | - |
| XYZ | 47.53 | 37.45 | 10.35 | - |
| YUV | 160.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 69 | 0 | 0.44 | 0.72 | 0.04 | 22.84 | 0.9 | 0.62 |
| Hex | F5 | 88 | 45 | 0 | 2C | 48 | 4 | 17 | 5A | 3E |
| Octal | 365 | 210 | 105 | 0 | 54 | 110 | 4 | 27 | 132 | 76 |
| Binary | 11110101 | 10001000 | 1000101 | 0 | 101100 | 1001000 | 100 | 10111 | 1011010 | 111110 |
Color Harmonies of #F58845
Complementary color
Monochromatic Colors of #F58845
Black with #F58845
Text Example
Text Example
White with #F58845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58845; }
p { color: rgb(245,136,69); }
H1.HeaderClassName
{
color: #F58845;
}
.AnyTagClassName
{
color: #F58845;
}
</style>
background-color css
<style>
a { background-color: #F58845; }
a { background-color: rgb(245,136,69); }
div.DivClassName
{
background-color: #F58845;
}
.BgClassName
{
background-color: #F58845;
}
</style>
border-color css
<style>
span { border-color: #F58845; }
span { border-color: rgb(245,136,69); }
td.TdClassName
{
border-color: #F58845;
}
.TagClassName
{
border-color: #F58845;
}
</style>