Shades of Flamenco #F08A43
Tints of Flamenco #F08A43
RGB
CMYK
RGB Variations
Color information
#F08A43 (or 0xF08A43) is known color: Flamenco. HEX triplet: F0, 8A and 43. RGB value is (240,138,67). Sum of RGB (Red+Green+Blue) = 240+138+67=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A43 is #0F75BC. Grayscale: #A0A0A0. Windows color (decimal): -1013181 or 4426480. OLE color: 4426480.
HSL color Cylindrical-coordinate representation of color #F08A43: hue angle of 24.62º 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 #F08A43 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 67 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.06 |
| HSL | 24.62º | 0.85% | 0.6% | - |
| HSV(B) | 24.62º | 0.72% | 0.94% | - |
| XYZ | 46.04 | 37.11 | 10.05 | - |
| YUV | 160.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 67 | 0 | 0.42 | 0.72 | 0.06 | 24.62 | 0.85 | 0.6 |
| Hex | F0 | 8A | 43 | 0 | 2A | 48 | 6 | 19 | 55 | 3C |
| Octal | 360 | 212 | 103 | 0 | 52 | 110 | 6 | 31 | 125 | 74 |
| Binary | 11110000 | 10001010 | 1000011 | 0 | 101010 | 1001000 | 110 | 11001 | 1010101 | 111100 |
Color Harmonies of #F08A43
Complementary color
Monochromatic Colors of #F08A43
Black with #F08A43
Text Example
Text Example
White with #F08A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A43; }
p { color: rgb(240,138,67); }
H1.HeaderClassName
{
color: #F08A43;
}
.AnyTagClassName
{
color: #F08A43;
}
</style>
background-color css
<style>
a { background-color: #F08A43; }
a { background-color: rgb(240,138,67); }
div.DivClassName
{
background-color: #F08A43;
}
.BgClassName
{
background-color: #F08A43;
}
</style>
border-color css
<style>
span { border-color: #F08A43; }
span { border-color: rgb(240,138,67); }
td.TdClassName
{
border-color: #F08A43;
}
.TagClassName
{
border-color: #F08A43;
}
</style>