Shades of Flamenco #F08441
Tints of Flamenco #F08441
RGB
CMYK
RGB Variations
Color information
#F08441 (or 0xF08441) is known color: Flamenco. HEX triplet: F0, 84 and 41. RGB value is (240,132,65). Sum of RGB (Red+Green+Blue) = 240+132+65=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F08441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08441 is #0F7BBE. Grayscale: #9D9D9D. Windows color (decimal): -1014719 or 4293872. OLE color: 4293872.
HSL color Cylindrical-coordinate representation of color #F08441: hue angle of 22.97º 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 #F08441 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 65 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.06 |
| HSL | 22.97º | 0.85% | 0.6% | - |
| HSV(B) | 22.97º | 0.73% | 0.94% | - |
| XYZ | 45.14 | 35.41 | 9.46 | - |
| YUV | 156.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 65 | 0 | 0.45 | 0.73 | 0.06 | 22.97 | 0.85 | 0.6 |
| Hex | F0 | 84 | 41 | 0 | 2D | 49 | 6 | 17 | 55 | 3C |
| Octal | 360 | 204 | 101 | 0 | 55 | 111 | 6 | 27 | 125 | 74 |
| Binary | 11110000 | 10000100 | 1000001 | 0 | 101101 | 1001001 | 110 | 10111 | 1010101 | 111100 |
Color Harmonies of #F08441
Complementary color
Monochromatic Colors of #F08441
Black with #F08441
Text Example
Text Example
White with #F08441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08441; }
p { color: rgb(240,132,65); }
H1.HeaderClassName
{
color: #F08441;
}
.AnyTagClassName
{
color: #F08441;
}
</style>
background-color css
<style>
a { background-color: #F08441; }
a { background-color: rgb(240,132,65); }
div.DivClassName
{
background-color: #F08441;
}
.BgClassName
{
background-color: #F08441;
}
</style>
border-color css
<style>
span { border-color: #F08441; }
span { border-color: rgb(240,132,65); }
td.TdClassName
{
border-color: #F08441;
}
.TagClassName
{
border-color: #F08441;
}
</style>