Shades of Flamenco #F2803E
Tints of Flamenco #F2803E
RGB
CMYK
RGB Variations
Color information
#F2803E (or 0xF2803E) is known color: Flamenco. HEX triplet: F2, 80 and 3E. RGB value is (242,128,62). Sum of RGB (Red+Green+Blue) = 242+128+62=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2803E is #0D7FC1. Grayscale: #9A9A9A. Windows color (decimal): -884674 or 4096242. OLE color: 4096242.
HSL color Cylindrical-coordinate representation of color #F2803E: hue angle of 22º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2803E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 62 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.05 |
| HSL | 22º | 0.87% | 0.6% | - |
| HSV(B) | 22º | 0.74% | 0.95% | - |
| XYZ | 45.21 | 34.66 | 8.87 | - |
| YUV | 154.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 62 | 0 | 0.47 | 0.74 | 0.05 | 22 | 0.87 | 0.6 |
| Hex | F2 | 80 | 3E | 0 | 2F | 4A | 5 | 16 | 57 | 3C |
| Octal | 362 | 200 | 76 | 0 | 57 | 112 | 5 | 26 | 127 | 74 |
| Binary | 11110010 | 10000000 | 111110 | 0 | 101111 | 1001010 | 101 | 10110 | 1010111 | 111100 |
Color Harmonies of #F2803E
Complementary color
Monochromatic Colors of #F2803E
Black with #F2803E
Text Example
Text Example
White with #F2803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2803E; }
p { color: rgb(242,128,62); }
H1.HeaderClassName
{
color: #F2803E;
}
.AnyTagClassName
{
color: #F2803E;
}
</style>
background-color css
<style>
a { background-color: #F2803E; }
a { background-color: rgb(242,128,62); }
div.DivClassName
{
background-color: #F2803E;
}
.BgClassName
{
background-color: #F2803E;
}
</style>
border-color css
<style>
span { border-color: #F2803E; }
span { border-color: rgb(242,128,62); }
td.TdClassName
{
border-color: #F2803E;
}
.TagClassName
{
border-color: #F2803E;
}
</style>