Shades of Flamenco #F17C44
Tints of Flamenco #F17C44
RGB
CMYK
RGB Variations
Color information
#F17C44 (or 0xF17C44) is known color: Flamenco. HEX triplet: F1, 7C and 44. RGB value is (241,124,68). Sum of RGB (Red+Green+Blue) = 241+124+68=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C44 is #0E83BB. Grayscale: #989898. Windows color (decimal): -951228 or 4488433. OLE color: 4488433.
HSL color Cylindrical-coordinate representation of color #F17C44: hue angle of 19.42º degrees, saturation: 0.86, 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 #F17C44 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 68 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.05 |
| HSL | 19.42º | 0.86% | 0.61% | - |
| HSV(B) | 19.42º | 0.72% | 0.95% | - |
| XYZ | 44.53 | 33.53 | 9.59 | - |
| YUV | 152.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 68 | 0 | 0.49 | 0.72 | 0.05 | 19.42 | 0.86 | 0.61 |
| Hex | F1 | 7C | 44 | 0 | 31 | 48 | 5 | 13 | 56 | 3D |
| Octal | 361 | 174 | 104 | 0 | 61 | 110 | 5 | 23 | 126 | 75 |
| Binary | 11110001 | 1111100 | 1000100 | 0 | 110001 | 1001000 | 101 | 10011 | 1010110 | 111101 |
Color Harmonies of #F17C44
Complementary color
Monochromatic Colors of #F17C44
Black with #F17C44
Text Example
Text Example
White with #F17C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C44; }
p { color: rgb(241,124,68); }
H1.HeaderClassName
{
color: #F17C44;
}
.AnyTagClassName
{
color: #F17C44;
}
</style>
background-color css
<style>
a { background-color: #F17C44; }
a { background-color: rgb(241,124,68); }
div.DivClassName
{
background-color: #F17C44;
}
.BgClassName
{
background-color: #F17C44;
}
</style>
border-color css
<style>
span { border-color: #F17C44; }
span { border-color: rgb(241,124,68); }
td.TdClassName
{
border-color: #F17C44;
}
.TagClassName
{
border-color: #F17C44;
}
</style>