Shades of Flamenco #F28943
Tints of Flamenco #F28943
RGB
CMYK
RGB Variations
Color information
#F28943 (or 0xF28943) is known color: Flamenco. HEX triplet: F2, 89 and 43. RGB value is (242,137,67). Sum of RGB (Red+Green+Blue) = 242+137+67=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28943 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28943 is #0D76BC. Grayscale: #A0A0A0. Windows color (decimal): -882365 or 4426226. OLE color: 4426226.
HSL color Cylindrical-coordinate representation of color #F28943: hue angle of 24º 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 #F28943 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 67 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.05 |
| HSL | 24º | 0.87% | 0.61% | - |
| HSV(B) | 24º | 0.72% | 0.95% | - |
| XYZ | 46.58 | 37.17 | 10.03 | - |
| YUV | 160.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 67 | 0 | 0.43 | 0.72 | 0.05 | 24 | 0.87 | 0.61 |
| Hex | F2 | 89 | 43 | 0 | 2B | 48 | 5 | 18 | 57 | 3D |
| Octal | 362 | 211 | 103 | 0 | 53 | 110 | 5 | 30 | 127 | 75 |
| Binary | 11110010 | 10001001 | 1000011 | 0 | 101011 | 1001000 | 101 | 11000 | 1010111 | 111101 |
Color Harmonies of #F28943
Complementary color
Monochromatic Colors of #F28943
Black with #F28943
Text Example
Text Example
White with #F28943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28943; }
p { color: rgb(242,137,67); }
H1.HeaderClassName
{
color: #F28943;
}
.AnyTagClassName
{
color: #F28943;
}
</style>
background-color css
<style>
a { background-color: #F28943; }
a { background-color: rgb(242,137,67); }
div.DivClassName
{
background-color: #F28943;
}
.BgClassName
{
background-color: #F28943;
}
</style>
border-color css
<style>
span { border-color: #F28943; }
span { border-color: rgb(242,137,67); }
td.TdClassName
{
border-color: #F28943;
}
.TagClassName
{
border-color: #F28943;
}
</style>