Shades of Flamenco #F28448
Tints of Flamenco #F28448
RGB
CMYK
RGB Variations
Color information
#F28448 (or 0xF28448) is known color: Flamenco. HEX triplet: F2, 84 and 48. RGB value is (242,132,72). Sum of RGB (Red+Green+Blue) = 242+132+72=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28448 is #0D7BB7. Grayscale: #9E9E9E. Windows color (decimal): -883640 or 4752626. OLE color: 4752626.
HSL color Cylindrical-coordinate representation of color #F28448: hue angle of 21.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F28448 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 72 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.05 |
| HSL | 21.18º | 0.87% | 0.62% | - |
| HSV(B) | 21.18º | 0.7% | 0.95% | - |
| XYZ | 46.04 | 35.85 | 10.62 | - |
| YUV | 158.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 72 | 0 | 0.45 | 0.70 | 0.05 | 21.18 | 0.87 | 0.62 |
| Hex | F2 | 84 | 48 | 0 | 2D | 46 | 5 | 15 | 57 | 3E |
| Octal | 362 | 204 | 110 | 0 | 55 | 106 | 5 | 25 | 127 | 76 |
| Binary | 11110010 | 10000100 | 1001000 | 0 | 101101 | 1000110 | 101 | 10101 | 1010111 | 111110 |
Color Harmonies of #F28448
Complementary color
Monochromatic Colors of #F28448
Black with #F28448
Text Example
Text Example
White with #F28448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28448; }
p { color: rgb(242,132,72); }
H1.HeaderClassName
{
color: #F28448;
}
.AnyTagClassName
{
color: #F28448;
}
</style>
background-color css
<style>
a { background-color: #F28448; }
a { background-color: rgb(242,132,72); }
div.DivClassName
{
background-color: #F28448;
}
.BgClassName
{
background-color: #F28448;
}
</style>
border-color css
<style>
span { border-color: #F28448; }
span { border-color: rgb(242,132,72); }
td.TdClassName
{
border-color: #F28448;
}
.TagClassName
{
border-color: #F28448;
}
</style>