Shades of Flamenco #F08C43
Tints of Flamenco #F08C43
RGB
CMYK
RGB Variations
Color information
#F08C43 (or 0xF08C43) is known color: Flamenco. HEX triplet: F0, 8C and 43. RGB value is (240,140,67). Sum of RGB (Red+Green+Blue) = 240+140+67=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C43 is #0F73BC. Grayscale: #A1A1A1. Windows color (decimal): -1012669 or 4426992. OLE color: 4426992.
HSL color Cylindrical-coordinate representation of color #F08C43: hue angle of 25.32º 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 #F08C43 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 67 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.06 |
| HSL | 25.32º | 0.85% | 0.6% | - |
| HSV(B) | 25.32º | 0.72% | 0.94% | - |
| XYZ | 46.33 | 37.69 | 10.14 | - |
| YUV | 161.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 67 | 0 | 0.42 | 0.72 | 0.06 | 25.32 | 0.85 | 0.6 |
| Hex | F0 | 8C | 43 | 0 | 2A | 48 | 6 | 19 | 55 | 3C |
| Octal | 360 | 214 | 103 | 0 | 52 | 110 | 6 | 31 | 125 | 74 |
| Binary | 11110000 | 10001100 | 1000011 | 0 | 101010 | 1001000 | 110 | 11001 | 1010101 | 111100 |
Color Harmonies of #F08C43
Complementary color
Monochromatic Colors of #F08C43
Black with #F08C43
Text Example
Text Example
White with #F08C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C43; }
p { color: rgb(240,140,67); }
H1.HeaderClassName
{
color: #F08C43;
}
.AnyTagClassName
{
color: #F08C43;
}
</style>
background-color css
<style>
a { background-color: #F08C43; }
a { background-color: rgb(240,140,67); }
div.DivClassName
{
background-color: #F08C43;
}
.BgClassName
{
background-color: #F08C43;
}
</style>
border-color css
<style>
span { border-color: #F08C43; }
span { border-color: rgb(240,140,67); }
td.TdClassName
{
border-color: #F08C43;
}
.TagClassName
{
border-color: #F08C43;
}
</style>