Shades of Flamenco #F28C42
Tints of Flamenco #F28C42
RGB
CMYK
RGB Variations
Color information
#F28C42 (or 0xF28C42) is known color: Flamenco. HEX triplet: F2, 8C and 42. RGB value is (242,140,66). Sum of RGB (Red+Green+Blue) = 242+140+66=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C42 is #0D73BD. Grayscale: #A2A2A2. Windows color (decimal): -881598 or 4361458. OLE color: 4361458.
HSL color Cylindrical-coordinate representation of color #F28C42: hue angle of 25.23º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F28C42 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 66 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.05 |
| HSL | 25.23º | 0.87% | 0.6% | - |
| HSV(B) | 25.23º | 0.73% | 0.95% | - |
| XYZ | 46.98 | 38.03 | 10.02 | - |
| YUV | 162.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 66 | 0 | 0.42 | 0.73 | 0.05 | 25.23 | 0.87 | 0.6 |
| Hex | F2 | 8C | 42 | 0 | 2A | 49 | 5 | 19 | 57 | 3C |
| Octal | 362 | 214 | 102 | 0 | 52 | 111 | 5 | 31 | 127 | 74 |
| Binary | 11110010 | 10001100 | 1000010 | 0 | 101010 | 1001001 | 101 | 11001 | 1010111 | 111100 |
Color Harmonies of #F28C42
Complementary color
Monochromatic Colors of #F28C42
Black with #F28C42
Text Example
Text Example
White with #F28C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C42; }
p { color: rgb(242,140,66); }
H1.HeaderClassName
{
color: #F28C42;
}
.AnyTagClassName
{
color: #F28C42;
}
</style>
background-color css
<style>
a { background-color: #F28C42; }
a { background-color: rgb(242,140,66); }
div.DivClassName
{
background-color: #F28C42;
}
.BgClassName
{
background-color: #F28C42;
}
</style>
border-color css
<style>
span { border-color: #F28C42; }
span { border-color: rgb(242,140,66); }
td.TdClassName
{
border-color: #F28C42;
}
.TagClassName
{
border-color: #F28C42;
}
</style>