Shades of Flamenco #F28346
Tints of Flamenco #F28346
RGB
CMYK
RGB Variations
Color information
#F28346 (or 0xF28346) is known color: Flamenco. HEX triplet: F2, 83 and 46. RGB value is (242,131,70). Sum of RGB (Red+Green+Blue) = 242+131+70=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F28346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28346 is #0D7CB9. Grayscale: #9D9D9D. Windows color (decimal): -883898 or 4621298. OLE color: 4621298.
HSL color Cylindrical-coordinate representation of color #F28346: hue angle of 21.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F28346 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 70 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.05 |
| HSL | 21.28º | 0.87% | 0.61% | - |
| HSV(B) | 21.28º | 0.71% | 0.95% | - |
| XYZ | 45.84 | 35.55 | 10.24 | - |
| YUV | 157.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 70 | 0 | 0.46 | 0.71 | 0.05 | 21.28 | 0.87 | 0.61 |
| Hex | F2 | 83 | 46 | 0 | 2E | 47 | 5 | 15 | 57 | 3D |
| Octal | 362 | 203 | 106 | 0 | 56 | 107 | 5 | 25 | 127 | 75 |
| Binary | 11110010 | 10000011 | 1000110 | 0 | 101110 | 1000111 | 101 | 10101 | 1010111 | 111101 |
Color Harmonies of #F28346
Complementary color
Monochromatic Colors of #F28346
Black with #F28346
Text Example
Text Example
White with #F28346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28346; }
p { color: rgb(242,131,70); }
H1.HeaderClassName
{
color: #F28346;
}
.AnyTagClassName
{
color: #F28346;
}
</style>
background-color css
<style>
a { background-color: #F28346; }
a { background-color: rgb(242,131,70); }
div.DivClassName
{
background-color: #F28346;
}
.BgClassName
{
background-color: #F28346;
}
</style>
border-color css
<style>
span { border-color: #F28346; }
span { border-color: rgb(242,131,70); }
td.TdClassName
{
border-color: #F28346;
}
.TagClassName
{
border-color: #F28346;
}
</style>