Shades of Flamenco #F58641
Tints of Flamenco #F58641
RGB
CMYK
RGB Variations
Color information
#F58641 (or 0xF58641) is known color: Flamenco. HEX triplet: F5, 86 and 41. RGB value is (245,134,65). Sum of RGB (Red+Green+Blue) = 245+134+65=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F58641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58641 is #0A79BE. Grayscale: #9F9F9F. Windows color (decimal): -686527 or 4294389. OLE color: 4294389.
HSL color Cylindrical-coordinate representation of color #F58641: hue angle of 23º 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 #F58641 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 65 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.04 |
| HSL | 23º | 0.9% | 0.61% | - |
| HSV(B) | 23º | 0.73% | 0.96% | - |
| XYZ | 47.14 | 36.84 | 9.63 | - |
| YUV | 159.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 65 | 0 | 0.45 | 0.73 | 0.04 | 23 | 0.9 | 0.61 |
| Hex | F5 | 86 | 41 | 0 | 2D | 49 | 4 | 17 | 5A | 3D |
| Octal | 365 | 206 | 101 | 0 | 55 | 111 | 4 | 27 | 132 | 75 |
| Binary | 11110101 | 10000110 | 1000001 | 0 | 101101 | 1001001 | 100 | 10111 | 1011010 | 111101 |
Color Harmonies of #F58641
Complementary color
Monochromatic Colors of #F58641
Black with #F58641
Text Example
Text Example
White with #F58641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58641; }
p { color: rgb(245,134,65); }
H1.HeaderClassName
{
color: #F58641;
}
.AnyTagClassName
{
color: #F58641;
}
</style>
background-color css
<style>
a { background-color: #F58641; }
a { background-color: rgb(245,134,65); }
div.DivClassName
{
background-color: #F58641;
}
.BgClassName
{
background-color: #F58641;
}
</style>
border-color css
<style>
span { border-color: #F58641; }
span { border-color: rgb(245,134,65); }
td.TdClassName
{
border-color: #F58641;
}
.TagClassName
{
border-color: #F58641;
}
</style>