Shades of Flamenco #F28543
Tints of Flamenco #F28543
RGB
CMYK
RGB Variations
Color information
#F28543 (or 0xF28543) is known color: Flamenco. HEX triplet: F2, 85 and 43. RGB value is (242,133,67). Sum of RGB (Red+Green+Blue) = 242+133+67=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28543 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28543 is #0D7ABC. Grayscale: #9E9E9E. Windows color (decimal): -883389 or 4425202. OLE color: 4425202.
HSL color Cylindrical-coordinate representation of color #F28543: hue angle of 22.63º 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 #F28543 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 67 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.05 |
| HSL | 22.63º | 0.87% | 0.61% | - |
| HSV(B) | 22.63º | 0.72% | 0.95% | - |
| XYZ | 46.02 | 36.06 | 9.84 | - |
| YUV | 158.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 67 | 0 | 0.45 | 0.72 | 0.05 | 22.63 | 0.87 | 0.61 |
| Hex | F2 | 85 | 43 | 0 | 2D | 48 | 5 | 17 | 57 | 3D |
| Octal | 362 | 205 | 103 | 0 | 55 | 110 | 5 | 27 | 127 | 75 |
| Binary | 11110010 | 10000101 | 1000011 | 0 | 101101 | 1001000 | 101 | 10111 | 1010111 | 111101 |
Color Harmonies of #F28543
Complementary color
Monochromatic Colors of #F28543
Black with #F28543
Text Example
Text Example
White with #F28543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28543; }
p { color: rgb(242,133,67); }
H1.HeaderClassName
{
color: #F28543;
}
.AnyTagClassName
{
color: #F28543;
}
</style>
background-color css
<style>
a { background-color: #F28543; }
a { background-color: rgb(242,133,67); }
div.DivClassName
{
background-color: #F28543;
}
.BgClassName
{
background-color: #F28543;
}
</style>
border-color css
<style>
span { border-color: #F28543; }
span { border-color: rgb(242,133,67); }
td.TdClassName
{
border-color: #F28543;
}
.TagClassName
{
border-color: #F28543;
}
</style>