Shades of Flamenco #F27E41
Tints of Flamenco #F27E41
RGB
CMYK
RGB Variations
Color information
#F27E41 (or 0xF27E41) is known color: Flamenco. HEX triplet: F2, 7E and 41. RGB value is (242,126,65). Sum of RGB (Red+Green+Blue) = 242+126+65=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E41 is #0D81BE. Grayscale: #9A9A9A. Windows color (decimal): -885183 or 4292338. OLE color: 4292338.
HSL color Cylindrical-coordinate representation of color #F27E41: hue angle of 20.68º 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 #F27E41 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 65 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.05 |
| HSL | 20.68º | 0.87% | 0.6% | - |
| HSV(B) | 20.68º | 0.73% | 0.95% | - |
| XYZ | 45.03 | 34.18 | 9.23 | - |
| YUV | 153.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 65 | 0 | 0.48 | 0.73 | 0.05 | 20.68 | 0.87 | 0.6 |
| Hex | F2 | 7E | 41 | 0 | 30 | 49 | 5 | 15 | 57 | 3C |
| Octal | 362 | 176 | 101 | 0 | 60 | 111 | 5 | 25 | 127 | 74 |
| Binary | 11110010 | 1111110 | 1000001 | 0 | 110000 | 1001001 | 101 | 10101 | 1010111 | 111100 |
Color Harmonies of #F27E41
Complementary color
Monochromatic Colors of #F27E41
Black with #F27E41
Text Example
Text Example
White with #F27E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E41; }
p { color: rgb(242,126,65); }
H1.HeaderClassName
{
color: #F27E41;
}
.AnyTagClassName
{
color: #F27E41;
}
</style>
background-color css
<style>
a { background-color: #F27E41; }
a { background-color: rgb(242,126,65); }
div.DivClassName
{
background-color: #F27E41;
}
.BgClassName
{
background-color: #F27E41;
}
</style>
border-color css
<style>
span { border-color: #F27E41; }
span { border-color: rgb(242,126,65); }
td.TdClassName
{
border-color: #F27E41;
}
.TagClassName
{
border-color: #F27E41;
}
</style>