Shades of Flamenco #F28048
Tints of Flamenco #F28048
RGB
CMYK
RGB Variations
Color information
#F28048 (or 0xF28048) is known color: Flamenco. HEX triplet: F2, 80 and 48. RGB value is (242,128,72). Sum of RGB (Red+Green+Blue) = 242+128+72=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28048 is #0D7FB7. Grayscale: #9C9C9C. Windows color (decimal): -884664 or 4751602. OLE color: 4751602.
HSL color Cylindrical-coordinate representation of color #F28048: hue angle of 19.76º 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 #F28048 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 72 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.05 |
| HSL | 19.76º | 0.87% | 0.62% | - |
| HSV(B) | 19.76º | 0.7% | 0.95% | - |
| XYZ | 45.51 | 34.78 | 10.45 | - |
| YUV | 155.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 72 | 0 | 0.47 | 0.70 | 0.05 | 19.76 | 0.87 | 0.62 |
| Hex | F2 | 80 | 48 | 0 | 2F | 46 | 5 | 14 | 57 | 3E |
| Octal | 362 | 200 | 110 | 0 | 57 | 106 | 5 | 24 | 127 | 76 |
| Binary | 11110010 | 10000000 | 1001000 | 0 | 101111 | 1000110 | 101 | 10100 | 1010111 | 111110 |
Color Harmonies of #F28048
Complementary color
Monochromatic Colors of #F28048
Black with #F28048
Text Example
Text Example
White with #F28048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28048; }
p { color: rgb(242,128,72); }
H1.HeaderClassName
{
color: #F28048;
}
.AnyTagClassName
{
color: #F28048;
}
</style>
background-color css
<style>
a { background-color: #F28048; }
a { background-color: rgb(242,128,72); }
div.DivClassName
{
background-color: #F28048;
}
.BgClassName
{
background-color: #F28048;
}
</style>
border-color css
<style>
span { border-color: #F28048; }
span { border-color: rgb(242,128,72); }
td.TdClassName
{
border-color: #F28048;
}
.TagClassName
{
border-color: #F28048;
}
</style>