Shades of Flamenco #F08043
Tints of Flamenco #F08043
RGB
CMYK
RGB Variations
Color information
#F08043 (or 0xF08043) is known color: Flamenco. HEX triplet: F0, 80 and 43. RGB value is (240,128,67). Sum of RGB (Red+Green+Blue) = 240+128+67=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F08043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08043 is #0F7FBC. Grayscale: #9A9A9A. Windows color (decimal): -1015741 or 4423920. OLE color: 4423920.
HSL color Cylindrical-coordinate representation of color #F08043: hue angle of 21.16º 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 #F08043 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 67 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.06 |
| HSL | 21.16º | 0.85% | 0.6% | - |
| HSV(B) | 21.16º | 0.72% | 0.94% | - |
| XYZ | 44.67 | 34.37 | 9.59 | - |
| YUV | 154.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 67 | 0 | 0.47 | 0.72 | 0.06 | 21.16 | 0.85 | 0.6 |
| Hex | F0 | 80 | 43 | 0 | 2F | 48 | 6 | 15 | 55 | 3C |
| Octal | 360 | 200 | 103 | 0 | 57 | 110 | 6 | 25 | 125 | 74 |
| Binary | 11110000 | 10000000 | 1000011 | 0 | 101111 | 1001000 | 110 | 10101 | 1010101 | 111100 |
Color Harmonies of #F08043
Complementary color
Monochromatic Colors of #F08043
Black with #F08043
Text Example
Text Example
White with #F08043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08043; }
p { color: rgb(240,128,67); }
H1.HeaderClassName
{
color: #F08043;
}
.AnyTagClassName
{
color: #F08043;
}
</style>
background-color css
<style>
a { background-color: #F08043; }
a { background-color: rgb(240,128,67); }
div.DivClassName
{
background-color: #F08043;
}
.BgClassName
{
background-color: #F08043;
}
</style>
border-color css
<style>
span { border-color: #F08043; }
span { border-color: rgb(240,128,67); }
td.TdClassName
{
border-color: #F08043;
}
.TagClassName
{
border-color: #F08043;
}
</style>