Shades of Flamenco #F28843
Tints of Flamenco #F28843
RGB
CMYK
RGB Variations
Color information
#F28843 (or 0xF28843) is known color: Flamenco. HEX triplet: F2, 88 and 43. RGB value is (242,136,67). Sum of RGB (Red+Green+Blue) = 242+136+67=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F28843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28843 is #0D77BC. Grayscale: #A0A0A0. Windows color (decimal): -882621 or 4425970. OLE color: 4425970.
HSL color Cylindrical-coordinate representation of color #F28843: hue angle of 23.66º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F28843 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 67 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.05 |
| HSL | 23.66º | 0.87% | 0.61% | - |
| HSV(B) | 23.66º | 0.72% | 0.95% | - |
| XYZ | 46.44 | 36.89 | 9.98 | - |
| YUV | 159.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 67 | 0 | 0.44 | 0.72 | 0.05 | 23.66 | 0.87 | 0.61 |
| Hex | F2 | 88 | 43 | 0 | 2C | 48 | 5 | 18 | 57 | 3D |
| Octal | 362 | 210 | 103 | 0 | 54 | 110 | 5 | 30 | 127 | 75 |
| Binary | 11110010 | 10001000 | 1000011 | 0 | 101100 | 1001000 | 101 | 11000 | 1010111 | 111101 |
Color Harmonies of #F28843
Complementary color
Monochromatic Colors of #F28843
Black with #F28843
Text Example
Text Example
White with #F28843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28843; }
p { color: rgb(242,136,67); }
H1.HeaderClassName
{
color: #F28843;
}
.AnyTagClassName
{
color: #F28843;
}
</style>
background-color css
<style>
a { background-color: #F28843; }
a { background-color: rgb(242,136,67); }
div.DivClassName
{
background-color: #F28843;
}
.BgClassName
{
background-color: #F28843;
}
</style>
border-color css
<style>
span { border-color: #F28843; }
span { border-color: rgb(242,136,67); }
td.TdClassName
{
border-color: #F28843;
}
.TagClassName
{
border-color: #F28843;
}
</style>