Shades of Flamenco #F58046
Tints of Flamenco #F58046
RGB
CMYK
RGB Variations
Color information
#F58046 (or 0xF58046) is known color: Flamenco. HEX triplet: F5, 80 and 46. RGB value is (245,128,70). Sum of RGB (Red+Green+Blue) = 245+128+70=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F58046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58046 is #0A7FB9. Grayscale: #9C9C9C. Windows color (decimal): -688058 or 4620533. OLE color: 4620533.
HSL color Cylindrical-coordinate representation of color #F58046: hue angle of 19.89º degrees, saturation: 0.9, 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 #F58046 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 70 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.04 |
| HSL | 19.89º | 0.9% | 0.62% | - |
| HSV(B) | 19.89º | 0.71% | 0.96% | - |
| XYZ | 46.48 | 35.29 | 10.16 | - |
| YUV | 156.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 70 | 0 | 0.48 | 0.71 | 0.04 | 19.89 | 0.9 | 0.62 |
| Hex | F5 | 80 | 46 | 0 | 30 | 47 | 4 | 14 | 5A | 3E |
| Octal | 365 | 200 | 106 | 0 | 60 | 107 | 4 | 24 | 132 | 76 |
| Binary | 11110101 | 10000000 | 1000110 | 0 | 110000 | 1000111 | 100 | 10100 | 1011010 | 111110 |
Color Harmonies of #F58046
Complementary color
Monochromatic Colors of #F58046
Black with #F58046
Text Example
Text Example
White with #F58046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58046; }
p { color: rgb(245,128,70); }
H1.HeaderClassName
{
color: #F58046;
}
.AnyTagClassName
{
color: #F58046;
}
</style>
background-color css
<style>
a { background-color: #F58046; }
a { background-color: rgb(245,128,70); }
div.DivClassName
{
background-color: #F58046;
}
.BgClassName
{
background-color: #F58046;
}
</style>
border-color css
<style>
span { border-color: #F58046; }
span { border-color: rgb(245,128,70); }
td.TdClassName
{
border-color: #F58046;
}
.TagClassName
{
border-color: #F58046;
}
</style>