Shades of Flamenco #F28746
Tints of Flamenco #F28746
RGB
CMYK
RGB Variations
Color information
#F28746 (or 0xF28746) is known color: Flamenco. HEX triplet: F2, 87 and 46. RGB value is (242,135,70). Sum of RGB (Red+Green+Blue) = 242+135+70=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F28746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28746 is #0D78B9. Grayscale: #9F9F9F. Windows color (decimal): -882874 or 4622322. OLE color: 4622322.
HSL color Cylindrical-coordinate representation of color #F28746: hue angle of 22.67º 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 #F28746 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 70 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.05 |
| HSL | 22.67º | 0.87% | 0.61% | - |
| HSV(B) | 22.67º | 0.71% | 0.95% | - |
| XYZ | 46.39 | 36.65 | 10.42 | - |
| YUV | 159.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 70 | 0 | 0.44 | 0.71 | 0.05 | 22.67 | 0.87 | 0.61 |
| Hex | F2 | 87 | 46 | 0 | 2C | 47 | 5 | 17 | 57 | 3D |
| Octal | 362 | 207 | 106 | 0 | 54 | 107 | 5 | 27 | 127 | 75 |
| Binary | 11110010 | 10000111 | 1000110 | 0 | 101100 | 1000111 | 101 | 10111 | 1010111 | 111101 |
Color Harmonies of #F28746
Complementary color
Monochromatic Colors of #F28746
Black with #F28746
Text Example
Text Example
White with #F28746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28746; }
p { color: rgb(242,135,70); }
H1.HeaderClassName
{
color: #F28746;
}
.AnyTagClassName
{
color: #F28746;
}
</style>
background-color css
<style>
a { background-color: #F28746; }
a { background-color: rgb(242,135,70); }
div.DivClassName
{
background-color: #F28746;
}
.BgClassName
{
background-color: #F28746;
}
</style>
border-color css
<style>
span { border-color: #F28746; }
span { border-color: rgb(242,135,70); }
td.TdClassName
{
border-color: #F28746;
}
.TagClassName
{
border-color: #F28746;
}
</style>