Shades of Flamenco #F58043
Tints of Flamenco #F58043
RGB
CMYK
RGB Variations
Color information
#F58043 (or 0xF58043) is known color: Flamenco. HEX triplet: F5, 80 and 43. RGB value is (245,128,67). Sum of RGB (Red+Green+Blue) = 245+128+67=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F58043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58043 is #0A7FBC. Grayscale: #9C9C9C. Windows color (decimal): -688061 or 4423925. OLE color: 4423925.
HSL color Cylindrical-coordinate representation of color #F58043: hue angle of 20.56º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F58043 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 67 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.04 |
| HSL | 20.56º | 0.9% | 0.61% | - |
| HSV(B) | 20.56º | 0.73% | 0.96% | - |
| XYZ | 46.39 | 35.26 | 9.67 | - |
| YUV | 156.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 67 | 0 | 0.48 | 0.73 | 0.04 | 20.56 | 0.9 | 0.61 |
| Hex | F5 | 80 | 43 | 0 | 30 | 49 | 4 | 15 | 5A | 3D |
| Octal | 365 | 200 | 103 | 0 | 60 | 111 | 4 | 25 | 132 | 75 |
| Binary | 11110101 | 10000000 | 1000011 | 0 | 110000 | 1001001 | 100 | 10101 | 1011010 | 111101 |
Color Harmonies of #F58043
Complementary color
Monochromatic Colors of #F58043
Black with #F58043
Text Example
Text Example
White with #F58043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58043; }
p { color: rgb(245,128,67); }
H1.HeaderClassName
{
color: #F58043;
}
.AnyTagClassName
{
color: #F58043;
}
</style>
background-color css
<style>
a { background-color: #F58043; }
a { background-color: rgb(245,128,67); }
div.DivClassName
{
background-color: #F58043;
}
.BgClassName
{
background-color: #F58043;
}
</style>
border-color css
<style>
span { border-color: #F58043; }
span { border-color: rgb(245,128,67); }
td.TdClassName
{
border-color: #F58043;
}
.TagClassName
{
border-color: #F58043;
}
</style>