Shades of Flamenco #F2863D
Tints of Flamenco #F2863D
RGB
CMYK
RGB Variations
Color information
#F2863D (or 0xF2863D) is known color: Flamenco. HEX triplet: F2, 86 and 3D. RGB value is (242,134,61). Sum of RGB (Red+Green+Blue) = 242+134+61=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2863D is #0D79C2. Grayscale: #9E9E9E. Windows color (decimal): -883139 or 4032242. OLE color: 4032242.
HSL color Cylindrical-coordinate representation of color #F2863D: hue angle of 24.2º 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 #F2863D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 61 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.05 |
| HSL | 24.2º | 0.87% | 0.59% | - |
| HSV(B) | 24.2º | 0.75% | 0.95% | - |
| XYZ | 45.99 | 36.26 | 8.99 | - |
| YUV | 157.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 61 | 0 | 0.45 | 0.75 | 0.05 | 24.2 | 0.87 | 0.59 |
| Hex | F2 | 86 | 3D | 0 | 2D | 4B | 5 | 18 | 57 | 3B |
| Octal | 362 | 206 | 75 | 0 | 55 | 113 | 5 | 30 | 127 | 73 |
| Binary | 11110010 | 10000110 | 111101 | 0 | 101101 | 1001011 | 101 | 11000 | 1010111 | 111011 |
Color Harmonies of #F2863D
Complementary color
Monochromatic Colors of #F2863D
Black with #F2863D
Text Example
Text Example
White with #F2863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2863D; }
p { color: rgb(242,134,61); }
H1.HeaderClassName
{
color: #F2863D;
}
.AnyTagClassName
{
color: #F2863D;
}
</style>
background-color css
<style>
a { background-color: #F2863D; }
a { background-color: rgb(242,134,61); }
div.DivClassName
{
background-color: #F2863D;
}
.BgClassName
{
background-color: #F2863D;
}
</style>
border-color css
<style>
span { border-color: #F2863D; }
span { border-color: rgb(242,134,61); }
td.TdClassName
{
border-color: #F2863D;
}
.TagClassName
{
border-color: #F2863D;
}
</style>