Shades of Flamenco #F0803F
Tints of Flamenco #F0803F
RGB
CMYK
RGB Variations
Color information
#F0803F (or 0xF0803F) is known color: Flamenco. HEX triplet: F0, 80 and 3F. RGB value is (240,128,63). Sum of RGB (Red+Green+Blue) = 240+128+63=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0803F is #0F7FC0. Grayscale: #9A9A9A. Windows color (decimal): -1015745 or 4161776. OLE color: 4161776.
HSL color Cylindrical-coordinate representation of color #F0803F: hue angle of 22.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0803F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 63 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.06 |
| HSL | 22.03º | 0.86% | 0.59% | - |
| HSV(B) | 22.03º | 0.74% | 0.94% | - |
| XYZ | 44.55 | 34.32 | 8.98 | - |
| YUV | 154.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 63 | 0 | 0.47 | 0.74 | 0.06 | 22.03 | 0.86 | 0.59 |
| Hex | F0 | 80 | 3F | 0 | 2F | 4A | 6 | 16 | 56 | 3B |
| Octal | 360 | 200 | 77 | 0 | 57 | 112 | 6 | 26 | 126 | 73 |
| Binary | 11110000 | 10000000 | 111111 | 0 | 101111 | 1001010 | 110 | 10110 | 1010110 | 111011 |
Color Harmonies of #F0803F
Complementary color
Monochromatic Colors of #F0803F
Black with #F0803F
Text Example
Text Example
White with #F0803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0803F; }
p { color: rgb(240,128,63); }
H1.HeaderClassName
{
color: #F0803F;
}
.AnyTagClassName
{
color: #F0803F;
}
</style>
background-color css
<style>
a { background-color: #F0803F; }
a { background-color: rgb(240,128,63); }
div.DivClassName
{
background-color: #F0803F;
}
.BgClassName
{
background-color: #F0803F;
}
</style>
border-color css
<style>
span { border-color: #F0803F; }
span { border-color: rgb(240,128,63); }
td.TdClassName
{
border-color: #F0803F;
}
.TagClassName
{
border-color: #F0803F;
}
</style>