Shades of Flamenco #F08A41
Tints of Flamenco #F08A41
RGB
CMYK
RGB Variations
Color information
#F08A41 (or 0xF08A41) is known color: Flamenco. HEX triplet: F0, 8A and 41. RGB value is (240,138,65). Sum of RGB (Red+Green+Blue) = 240+138+65=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A41 is #0F75BE. Grayscale: #A0A0A0. Windows color (decimal): -1013183 or 4295408. OLE color: 4295408.
HSL color Cylindrical-coordinate representation of color #F08A41: hue angle of 25.03º 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 #F08A41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.06 |
| HSL | 25.03º | 0.85% | 0.6% | - |
| HSV(B) | 25.03º | 0.73% | 0.94% | - |
| XYZ | 45.98 | 37.08 | 9.74 | - |
| YUV | 160.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 65 | 0 | 0.42 | 0.73 | 0.06 | 25.03 | 0.85 | 0.6 |
| Hex | F0 | 8A | 41 | 0 | 2A | 49 | 6 | 19 | 55 | 3C |
| Octal | 360 | 212 | 101 | 0 | 52 | 111 | 6 | 31 | 125 | 74 |
| Binary | 11110000 | 10001010 | 1000001 | 0 | 101010 | 1001001 | 110 | 11001 | 1010101 | 111100 |
Color Harmonies of #F08A41
Complementary color
Monochromatic Colors of #F08A41
Black with #F08A41
Text Example
Text Example
White with #F08A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A41; }
p { color: rgb(240,138,65); }
H1.HeaderClassName
{
color: #F08A41;
}
.AnyTagClassName
{
color: #F08A41;
}
</style>
background-color css
<style>
a { background-color: #F08A41; }
a { background-color: rgb(240,138,65); }
div.DivClassName
{
background-color: #F08A41;
}
.BgClassName
{
background-color: #F08A41;
}
</style>
border-color css
<style>
span { border-color: #F08A41; }
span { border-color: rgb(240,138,65); }
td.TdClassName
{
border-color: #F08A41;
}
.TagClassName
{
border-color: #F08A41;
}
</style>