Shades of Flamenco #F0803E
Tints of Flamenco #F0803E
RGB
CMYK
RGB Variations
Color information
#F0803E (or 0xF0803E) is known color: Flamenco. HEX triplet: F0, 80 and 3E. RGB value is (240,128,62). Sum of RGB (Red+Green+Blue) = 240+128+62=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0803E is #0F7FC1. Grayscale: #9A9A9A. Windows color (decimal): -1015746 or 4096240. OLE color: 4096240.
HSL color Cylindrical-coordinate representation of color #F0803E: hue angle of 22.25º 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 #F0803E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 62 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.06 |
| HSL | 22.25º | 0.86% | 0.59% | - |
| HSV(B) | 22.25º | 0.74% | 0.94% | - |
| XYZ | 44.52 | 34.31 | 8.83 | - |
| YUV | 153.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 62 | 0 | 0.47 | 0.74 | 0.06 | 22.25 | 0.86 | 0.59 |
| Hex | F0 | 80 | 3E | 0 | 2F | 4A | 6 | 16 | 56 | 3B |
| Octal | 360 | 200 | 76 | 0 | 57 | 112 | 6 | 26 | 126 | 73 |
| Binary | 11110000 | 10000000 | 111110 | 0 | 101111 | 1001010 | 110 | 10110 | 1010110 | 111011 |
Color Harmonies of #F0803E
Complementary color
Monochromatic Colors of #F0803E
Black with #F0803E
Text Example
Text Example
White with #F0803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0803E; }
p { color: rgb(240,128,62); }
H1.HeaderClassName
{
color: #F0803E;
}
.AnyTagClassName
{
color: #F0803E;
}
</style>
background-color css
<style>
a { background-color: #F0803E; }
a { background-color: rgb(240,128,62); }
div.DivClassName
{
background-color: #F0803E;
}
.BgClassName
{
background-color: #F0803E;
}
</style>
border-color css
<style>
span { border-color: #F0803E; }
span { border-color: rgb(240,128,62); }
td.TdClassName
{
border-color: #F0803E;
}
.TagClassName
{
border-color: #F0803E;
}
</style>