Shades of Flamenco #F08C41
Tints of Flamenco #F08C41
RGB
CMYK
RGB Variations
Color information
#F08C41 (or 0xF08C41) is known color: Flamenco. HEX triplet: F0, 8C and 41. RGB value is (240,140,65). Sum of RGB (Red+Green+Blue) = 240+140+65=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C41 is #0F73BE. Grayscale: #A1A1A1. Windows color (decimal): -1012671 or 4295920. OLE color: 4295920.
HSL color Cylindrical-coordinate representation of color #F08C41: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F08C41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.06 |
| HSL | 25.71º | 0.85% | 0.6% | - |
| HSV(B) | 25.71º | 0.73% | 0.94% | - |
| XYZ | 46.27 | 37.66 | 9.83 | - |
| YUV | 161.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 65 | 0 | 0.42 | 0.73 | 0.06 | 25.71 | 0.85 | 0.6 |
| Hex | F0 | 8C | 41 | 0 | 2A | 49 | 6 | 1A | 55 | 3C |
| Octal | 360 | 214 | 101 | 0 | 52 | 111 | 6 | 32 | 125 | 74 |
| Binary | 11110000 | 10001100 | 1000001 | 0 | 101010 | 1001001 | 110 | 11010 | 1010101 | 111100 |
Color Harmonies of #F08C41
Complementary color
Monochromatic Colors of #F08C41
Black with #F08C41
Text Example
Text Example
White with #F08C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C41; }
p { color: rgb(240,140,65); }
H1.HeaderClassName
{
color: #F08C41;
}
.AnyTagClassName
{
color: #F08C41;
}
</style>
background-color css
<style>
a { background-color: #F08C41; }
a { background-color: rgb(240,140,65); }
div.DivClassName
{
background-color: #F08C41;
}
.BgClassName
{
background-color: #F08C41;
}
</style>
border-color css
<style>
span { border-color: #F08C41; }
span { border-color: rgb(240,140,65); }
td.TdClassName
{
border-color: #F08C41;
}
.TagClassName
{
border-color: #F08C41;
}
</style>