Shades of Flamenco #F08D43
Tints of Flamenco #F08D43
RGB
CMYK
RGB Variations
Color information
#F08D43 (or 0xF08D43) is known color: Flamenco. HEX triplet: F0, 8D and 43. RGB value is (240,141,67). Sum of RGB (Red+Green+Blue) = 240+141+67=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D43 is #0F72BC. Grayscale: #A2A2A2. Windows color (decimal): -1012413 or 4427248. OLE color: 4427248.
HSL color Cylindrical-coordinate representation of color #F08D43: hue angle of 25.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F08D43 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 67 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.06 |
| HSL | 25.66º | 0.85% | 0.6% | - |
| HSV(B) | 25.66º | 0.72% | 0.94% | - |
| XYZ | 46.47 | 37.98 | 10.19 | - |
| YUV | 162.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 67 | 0 | 0.41 | 0.72 | 0.06 | 25.66 | 0.85 | 0.6 |
| Hex | F0 | 8D | 43 | 0 | 29 | 48 | 6 | 1A | 55 | 3C |
| Octal | 360 | 215 | 103 | 0 | 51 | 110 | 6 | 32 | 125 | 74 |
| Binary | 11110000 | 10001101 | 1000011 | 0 | 101001 | 1001000 | 110 | 11010 | 1010101 | 111100 |
Color Harmonies of #F08D43
Complementary color
Monochromatic Colors of #F08D43
Black with #F08D43
Text Example
Text Example
White with #F08D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D43; }
p { color: rgb(240,141,67); }
H1.HeaderClassName
{
color: #F08D43;
}
.AnyTagClassName
{
color: #F08D43;
}
</style>
background-color css
<style>
a { background-color: #F08D43; }
a { background-color: rgb(240,141,67); }
div.DivClassName
{
background-color: #F08D43;
}
.BgClassName
{
background-color: #F08D43;
}
</style>
border-color css
<style>
span { border-color: #F08D43; }
span { border-color: rgb(240,141,67); }
td.TdClassName
{
border-color: #F08D43;
}
.TagClassName
{
border-color: #F08D43;
}
</style>