Shades of Flamenco #F57C3F
Tints of Flamenco #F57C3F
RGB
CMYK
RGB Variations
Color information
#F57C3F (or 0xF57C3F) is known color: Flamenco. HEX triplet: F5, 7C and 3F. RGB value is (245,124,63). Sum of RGB (Red+Green+Blue) = 245+124+63=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C3F is #0A83C0. Grayscale: #999999. Windows color (decimal): -689089 or 4160757. OLE color: 4160757.
HSL color Cylindrical-coordinate representation of color #F57C3F: hue angle of 20.11º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F57C3F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 63 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.04 |
| HSL | 20.11º | 0.9% | 0.6% | - |
| HSV(B) | 20.11º | 0.74% | 0.96% | - |
| XYZ | 45.76 | 34.19 | 8.89 | - |
| YUV | 153.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 63 | 0 | 0.49 | 0.74 | 0.04 | 20.11 | 0.9 | 0.6 |
| Hex | F5 | 7C | 3F | 0 | 31 | 4A | 4 | 14 | 5A | 3C |
| Octal | 365 | 174 | 77 | 0 | 61 | 112 | 4 | 24 | 132 | 74 |
| Binary | 11110101 | 1111100 | 111111 | 0 | 110001 | 1001010 | 100 | 10100 | 1011010 | 111100 |
Color Harmonies of #F57C3F
Complementary color
Monochromatic Colors of #F57C3F
Black with #F57C3F
Text Example
Text Example
White with #F57C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C3F; }
p { color: rgb(245,124,63); }
H1.HeaderClassName
{
color: #F57C3F;
}
.AnyTagClassName
{
color: #F57C3F;
}
</style>
background-color css
<style>
a { background-color: #F57C3F; }
a { background-color: rgb(245,124,63); }
div.DivClassName
{
background-color: #F57C3F;
}
.BgClassName
{
background-color: #F57C3F;
}
</style>
border-color css
<style>
span { border-color: #F57C3F; }
span { border-color: rgb(245,124,63); }
td.TdClassName
{
border-color: #F57C3F;
}
.TagClassName
{
border-color: #F57C3F;
}
</style>