Shades of Flamenco #F27C45
Tints of Flamenco #F27C45
RGB
CMYK
RGB Variations
Color information
#F27C45 (or 0xF27C45) is known color: Flamenco. HEX triplet: F2, 7C and 45. RGB value is (242,124,69). Sum of RGB (Red+Green+Blue) = 242+124+69=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C45 is #0D83BA. Grayscale: #999999. Windows color (decimal): -885691 or 4553970. OLE color: 4553970.
HSL color Cylindrical-coordinate representation of color #F27C45: hue angle of 19.08º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F27C45 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 69 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.05 |
| HSL | 19.08º | 0.87% | 0.61% | - |
| HSV(B) | 19.08º | 0.71% | 0.95% | - |
| XYZ | 44.9 | 33.72 | 9.77 | - |
| YUV | 153.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 69 | 0 | 0.49 | 0.71 | 0.05 | 19.08 | 0.87 | 0.61 |
| Hex | F2 | 7C | 45 | 0 | 31 | 47 | 5 | 13 | 57 | 3D |
| Octal | 362 | 174 | 105 | 0 | 61 | 107 | 5 | 23 | 127 | 75 |
| Binary | 11110010 | 1111100 | 1000101 | 0 | 110001 | 1000111 | 101 | 10011 | 1010111 | 111101 |
Color Harmonies of #F27C45
Complementary color
Monochromatic Colors of #F27C45
Black with #F27C45
Text Example
Text Example
White with #F27C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C45; }
p { color: rgb(242,124,69); }
H1.HeaderClassName
{
color: #F27C45;
}
.AnyTagClassName
{
color: #F27C45;
}
</style>
background-color css
<style>
a { background-color: #F27C45; }
a { background-color: rgb(242,124,69); }
div.DivClassName
{
background-color: #F27C45;
}
.BgClassName
{
background-color: #F27C45;
}
</style>
border-color css
<style>
span { border-color: #F27C45; }
span { border-color: rgb(242,124,69); }
td.TdClassName
{
border-color: #F27C45;
}
.TagClassName
{
border-color: #F27C45;
}
</style>