Shades of Flamenco #F58A46
Tints of Flamenco #F58A46
RGB
CMYK
RGB Variations
Color information
#F58A46 (or 0xF58A46) is known color: Flamenco. HEX triplet: F5, 8A and 46. RGB value is (245,138,70). Sum of RGB (Red+Green+Blue) = 245+138+70=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A46 is #0A75B9. Grayscale: #A2A2A2. Windows color (decimal): -685498 or 4623093. OLE color: 4623093.
HSL color Cylindrical-coordinate representation of color #F58A46: hue angle of 23.31º 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 #F58A46 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 70 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.04 |
| HSL | 23.31º | 0.9% | 0.62% | - |
| HSV(B) | 23.31º | 0.71% | 0.96% | - |
| XYZ | 47.85 | 38.03 | 10.61 | - |
| YUV | 162.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 70 | 0 | 0.44 | 0.71 | 0.04 | 23.31 | 0.9 | 0.62 |
| Hex | F5 | 8A | 46 | 0 | 2C | 47 | 4 | 17 | 5A | 3E |
| Octal | 365 | 212 | 106 | 0 | 54 | 107 | 4 | 27 | 132 | 76 |
| Binary | 11110101 | 10001010 | 1000110 | 0 | 101100 | 1000111 | 100 | 10111 | 1011010 | 111110 |
Color Harmonies of #F58A46
Complementary color
Monochromatic Colors of #F58A46
Black with #F58A46
Text Example
Text Example
White with #F58A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A46; }
p { color: rgb(245,138,70); }
H1.HeaderClassName
{
color: #F58A46;
}
.AnyTagClassName
{
color: #F58A46;
}
</style>
background-color css
<style>
a { background-color: #F58A46; }
a { background-color: rgb(245,138,70); }
div.DivClassName
{
background-color: #F58A46;
}
.BgClassName
{
background-color: #F58A46;
}
</style>
border-color css
<style>
span { border-color: #F58A46; }
span { border-color: rgb(245,138,70); }
td.TdClassName
{
border-color: #F58A46;
}
.TagClassName
{
border-color: #F58A46;
}
</style>