Shades of Flamenco #F2843D
Tints of Flamenco #F2843D
RGB
CMYK
RGB Variations
Color information
#F2843D (or 0xF2843D) is known color: Flamenco. HEX triplet: F2, 84 and 3D. RGB value is (242,132,61). Sum of RGB (Red+Green+Blue) = 242+132+61=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2843D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2843D is #0D7BC2. Grayscale: #9D9D9D. Windows color (decimal): -883651 or 4031730. OLE color: 4031730.
HSL color Cylindrical-coordinate representation of color #F2843D: hue angle of 23.54º 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 #F2843D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 61 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.05 |
| HSL | 23.54º | 0.87% | 0.59% | - |
| HSV(B) | 23.54º | 0.75% | 0.95% | - |
| XYZ | 45.71 | 35.72 | 8.9 | - |
| YUV | 156.8 | 73.94 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 61 | 0 | 0.45 | 0.75 | 0.05 | 23.54 | 0.87 | 0.59 |
| Hex | F2 | 84 | 3D | 0 | 2D | 4B | 5 | 18 | 57 | 3B |
| Octal | 362 | 204 | 75 | 0 | 55 | 113 | 5 | 30 | 127 | 73 |
| Binary | 11110010 | 10000100 | 111101 | 0 | 101101 | 1001011 | 101 | 11000 | 1010111 | 111011 |
Color Harmonies of #F2843D
Complementary color
Monochromatic Colors of #F2843D
Black with #F2843D
Text Example
Text Example
White with #F2843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2843D; }
p { color: rgb(242,132,61); }
H1.HeaderClassName
{
color: #F2843D;
}
.AnyTagClassName
{
color: #F2843D;
}
</style>
background-color css
<style>
a { background-color: #F2843D; }
a { background-color: rgb(242,132,61); }
div.DivClassName
{
background-color: #F2843D;
}
.BgClassName
{
background-color: #F2843D;
}
</style>
border-color css
<style>
span { border-color: #F2843D; }
span { border-color: rgb(242,132,61); }
td.TdClassName
{
border-color: #F2843D;
}
.TagClassName
{
border-color: #F2843D;
}
</style>