Shades of Flamenco #F37C42
Tints of Flamenco #F37C42
RGB
CMYK
RGB Variations
Color information
#F37C42 (or 0xF37C42) is known color: Flamenco. HEX triplet: F3, 7C and 42. RGB value is (243,124,66). Sum of RGB (Red+Green+Blue) = 243+124+66=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37C42 is #0C83BD. Grayscale: #999999. Windows color (decimal): -820158 or 4357363. OLE color: 4357363.
HSL color Cylindrical-coordinate representation of color #F37C42: hue angle of 19.66º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F37C42 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 66 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.05 |
| HSL | 19.66º | 0.88% | 0.61% | - |
| HSV(B) | 19.66º | 0.73% | 0.95% | - |
| XYZ | 45.15 | 33.86 | 9.31 | - |
| YUV | 152.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 66 | 0 | 0.49 | 0.73 | 0.05 | 19.66 | 0.88 | 0.61 |
| Hex | F3 | 7C | 42 | 0 | 31 | 49 | 5 | 14 | 58 | 3D |
| Octal | 363 | 174 | 102 | 0 | 61 | 111 | 5 | 24 | 130 | 75 |
| Binary | 11110011 | 1111100 | 1000010 | 0 | 110001 | 1001001 | 101 | 10100 | 1011000 | 111101 |
Color Harmonies of #F37C42
Complementary color
Monochromatic Colors of #F37C42
Black with #F37C42
Text Example
Text Example
White with #F37C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C42; }
p { color: rgb(243,124,66); }
H1.HeaderClassName
{
color: #F37C42;
}
.AnyTagClassName
{
color: #F37C42;
}
</style>
background-color css
<style>
a { background-color: #F37C42; }
a { background-color: rgb(243,124,66); }
div.DivClassName
{
background-color: #F37C42;
}
.BgClassName
{
background-color: #F37C42;
}
</style>
border-color css
<style>
span { border-color: #F37C42; }
span { border-color: rgb(243,124,66); }
td.TdClassName
{
border-color: #F37C42;
}
.TagClassName
{
border-color: #F37C42;
}
</style>