Shades of Flamenco #F08C4A
Tints of Flamenco #F08C4A
RGB
CMYK
RGB Variations
Color information
#F08C4A (or 0xF08C4A) is known color: Flamenco. HEX triplet: F0, 8C and 4A. RGB value is (240,140,74). Sum of RGB (Red+Green+Blue) = 240+140+74=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C4A is #0F73B5. Grayscale: #A2A2A2. Windows color (decimal): -1012662 or 4885744. OLE color: 4885744.
HSL color Cylindrical-coordinate representation of color #F08C4A: hue angle of 23.86º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F08C4A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 74 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.06 |
| HSL | 23.86º | 0.85% | 0.62% | - |
| HSV(B) | 23.86º | 0.69% | 0.94% | - |
| XYZ | 46.55 | 37.78 | 11.32 | - |
| YUV | 162.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 74 | 0 | 0.42 | 0.69 | 0.06 | 23.86 | 0.85 | 0.62 |
| Hex | F0 | 8C | 4A | 0 | 2A | 45 | 6 | 18 | 55 | 3E |
| Octal | 360 | 214 | 112 | 0 | 52 | 105 | 6 | 30 | 125 | 76 |
| Binary | 11110000 | 10001100 | 1001010 | 0 | 101010 | 1000101 | 110 | 11000 | 1010101 | 111110 |
Color Harmonies of #F08C4A
Complementary color
Monochromatic Colors of #F08C4A
Black with #F08C4A
Text Example
Text Example
White with #F08C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C4A; }
p { color: rgb(240,140,74); }
H1.HeaderClassName
{
color: #F08C4A;
}
.AnyTagClassName
{
color: #F08C4A;
}
</style>
background-color css
<style>
a { background-color: #F08C4A; }
a { background-color: rgb(240,140,74); }
div.DivClassName
{
background-color: #F08C4A;
}
.BgClassName
{
background-color: #F08C4A;
}
</style>
border-color css
<style>
span { border-color: #F08C4A; }
span { border-color: rgb(240,140,74); }
td.TdClassName
{
border-color: #F08C4A;
}
.TagClassName
{
border-color: #F08C4A;
}
</style>