Shades of Flamenco #F2803D
Tints of Flamenco #F2803D
RGB
CMYK
RGB Variations
Color information
#F2803D (or 0xF2803D) is known color: Flamenco. HEX triplet: F2, 80 and 3D. RGB value is (242,128,61). Sum of RGB (Red+Green+Blue) = 242+128+61=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2803D is #0D7FC2. Grayscale: #9A9A9A. Windows color (decimal): -884675 or 4030706. OLE color: 4030706.
HSL color Cylindrical-coordinate representation of color #F2803D: hue angle of 22.21º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2803D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 61 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.05 |
| HSL | 22.21º | 0.87% | 0.59% | - |
| HSV(B) | 22.21º | 0.75% | 0.95% | - |
| XYZ | 45.18 | 34.65 | 8.72 | - |
| YUV | 154.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 61 | 0 | 0.47 | 0.75 | 0.05 | 22.21 | 0.87 | 0.59 |
| Hex | F2 | 80 | 3D | 0 | 2F | 4B | 5 | 16 | 57 | 3B |
| Octal | 362 | 200 | 75 | 0 | 57 | 113 | 5 | 26 | 127 | 73 |
| Binary | 11110010 | 10000000 | 111101 | 0 | 101111 | 1001011 | 101 | 10110 | 1010111 | 111011 |
Color Harmonies of #F2803D
Complementary color
Monochromatic Colors of #F2803D
Black with #F2803D
Text Example
Text Example
White with #F2803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2803D; }
p { color: rgb(242,128,61); }
H1.HeaderClassName
{
color: #F2803D;
}
.AnyTagClassName
{
color: #F2803D;
}
</style>
background-color css
<style>
a { background-color: #F2803D; }
a { background-color: rgb(242,128,61); }
div.DivClassName
{
background-color: #F2803D;
}
.BgClassName
{
background-color: #F2803D;
}
</style>
border-color css
<style>
span { border-color: #F2803D; }
span { border-color: rgb(242,128,61); }
td.TdClassName
{
border-color: #F2803D;
}
.TagClassName
{
border-color: #F2803D;
}
</style>