Shades of Flamenco #F28C47
Tints of Flamenco #F28C47
RGB
CMYK
RGB Variations
Color information
#F28C47 (or 0xF28C47) is known color: Flamenco. HEX triplet: F2, 8C and 47. RGB value is (242,140,71). Sum of RGB (Red+Green+Blue) = 242+140+71=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C47 is #0D73B8. Grayscale: #A3A3A3. Windows color (decimal): -881593 or 4689138. OLE color: 4689138.
HSL color Cylindrical-coordinate representation of color #F28C47: hue angle of 24.21º 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 #F28C47 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 71 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.05 |
| HSL | 24.21º | 0.87% | 0.61% | - |
| HSV(B) | 24.21º | 0.71% | 0.95% | - |
| XYZ | 47.13 | 38.09 | 10.83 | - |
| YUV | 162.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 71 | 0 | 0.42 | 0.71 | 0.05 | 24.21 | 0.87 | 0.61 |
| Hex | F2 | 8C | 47 | 0 | 2A | 47 | 5 | 18 | 57 | 3D |
| Octal | 362 | 214 | 107 | 0 | 52 | 107 | 5 | 30 | 127 | 75 |
| Binary | 11110010 | 10001100 | 1000111 | 0 | 101010 | 1000111 | 101 | 11000 | 1010111 | 111101 |
Color Harmonies of #F28C47
Complementary color
Monochromatic Colors of #F28C47
Black with #F28C47
Text Example
Text Example
White with #F28C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C47; }
p { color: rgb(242,140,71); }
H1.HeaderClassName
{
color: #F28C47;
}
.AnyTagClassName
{
color: #F28C47;
}
</style>
background-color css
<style>
a { background-color: #F28C47; }
a { background-color: rgb(242,140,71); }
div.DivClassName
{
background-color: #F28C47;
}
.BgClassName
{
background-color: #F28C47;
}
</style>
border-color css
<style>
span { border-color: #F28C47; }
span { border-color: rgb(242,140,71); }
td.TdClassName
{
border-color: #F28C47;
}
.TagClassName
{
border-color: #F28C47;
}
</style>