Shades of Flamenco #F2873E
Tints of Flamenco #F2873E
RGB
CMYK
RGB Variations
Color information
#F2873E (or 0xF2873E) is known color: Flamenco. HEX triplet: F2, 87 and 3E. RGB value is (242,135,62). Sum of RGB (Red+Green+Blue) = 242+135+62=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2873E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2873E is #0D78C1. Grayscale: #9F9F9F. Windows color (decimal): -882882 or 4098034. OLE color: 4098034.
HSL color Cylindrical-coordinate representation of color #F2873E: hue angle of 24.33º 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 #F2873E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 62 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.05 |
| HSL | 24.33º | 0.87% | 0.6% | - |
| HSV(B) | 24.33º | 0.74% | 0.95% | - |
| XYZ | 46.15 | 36.55 | 9.18 | - |
| YUV | 158.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 62 | 0 | 0.44 | 0.74 | 0.05 | 24.33 | 0.87 | 0.6 |
| Hex | F2 | 87 | 3E | 0 | 2C | 4A | 5 | 18 | 57 | 3C |
| Octal | 362 | 207 | 76 | 0 | 54 | 112 | 5 | 30 | 127 | 74 |
| Binary | 11110010 | 10000111 | 111110 | 0 | 101100 | 1001010 | 101 | 11000 | 1010111 | 111100 |
Color Harmonies of #F2873E
Complementary color
Monochromatic Colors of #F2873E
Black with #F2873E
Text Example
Text Example
White with #F2873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2873E; }
p { color: rgb(242,135,62); }
H1.HeaderClassName
{
color: #F2873E;
}
.AnyTagClassName
{
color: #F2873E;
}
</style>
background-color css
<style>
a { background-color: #F2873E; }
a { background-color: rgb(242,135,62); }
div.DivClassName
{
background-color: #F2873E;
}
.BgClassName
{
background-color: #F2873E;
}
</style>
border-color css
<style>
span { border-color: #F2873E; }
span { border-color: rgb(242,135,62); }
td.TdClassName
{
border-color: #F2873E;
}
.TagClassName
{
border-color: #F2873E;
}
</style>