Shades of Flamenco #F0814A
Tints of Flamenco #F0814A
RGB
CMYK
RGB Variations
Color information
#F0814A (or 0xF0814A) is known color: Flamenco. HEX triplet: F0, 81 and 4A. RGB value is (240,129,74). Sum of RGB (Red+Green+Blue) = 240+129+74=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0814A is #0F7EB5. Grayscale: #9C9C9C. Windows color (decimal): -1015478 or 4882928. OLE color: 4882928.
HSL color Cylindrical-coordinate representation of color #F0814A: hue angle of 19.88º 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 #F0814A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 74 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.06 |
| HSL | 19.88º | 0.85% | 0.62% | - |
| HSV(B) | 19.88º | 0.69% | 0.94% | - |
| XYZ | 45.02 | 34.72 | 10.81 | - |
| YUV | 155.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 74 | 0 | 0.46 | 0.69 | 0.06 | 19.88 | 0.85 | 0.62 |
| Hex | F0 | 81 | 4A | 0 | 2E | 45 | 6 | 14 | 55 | 3E |
| Octal | 360 | 201 | 112 | 0 | 56 | 105 | 6 | 24 | 125 | 76 |
| Binary | 11110000 | 10000001 | 1001010 | 0 | 101110 | 1000101 | 110 | 10100 | 1010101 | 111110 |
Color Harmonies of #F0814A
Complementary color
Monochromatic Colors of #F0814A
Black with #F0814A
Text Example
Text Example
White with #F0814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0814A; }
p { color: rgb(240,129,74); }
H1.HeaderClassName
{
color: #F0814A;
}
.AnyTagClassName
{
color: #F0814A;
}
</style>
background-color css
<style>
a { background-color: #F0814A; }
a { background-color: rgb(240,129,74); }
div.DivClassName
{
background-color: #F0814A;
}
.BgClassName
{
background-color: #F0814A;
}
</style>
border-color css
<style>
span { border-color: #F0814A; }
span { border-color: rgb(240,129,74); }
td.TdClassName
{
border-color: #F0814A;
}
.TagClassName
{
border-color: #F0814A;
}
</style>