Shades of Flamenco #F57D3E
Tints of Flamenco #F57D3E
RGB
CMYK
RGB Variations
Color information
#F57D3E (or 0xF57D3E) is known color: Flamenco. HEX triplet: F5, 7D and 3E. RGB value is (245,125,62). Sum of RGB (Red+Green+Blue) = 245+125+62=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D3E is #0A82C1. Grayscale: #9A9A9A. Windows color (decimal): -688834 or 4095477. OLE color: 4095477.
HSL color Cylindrical-coordinate representation of color #F57D3E: hue angle of 20.66º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F57D3E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 62 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.04 |
| HSL | 20.66º | 0.9% | 0.6% | - |
| HSV(B) | 20.66º | 0.75% | 0.96% | - |
| XYZ | 45.86 | 34.43 | 8.79 | - |
| YUV | 153.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 62 | 0 | 0.49 | 0.75 | 0.04 | 20.66 | 0.9 | 0.6 |
| Hex | F5 | 7D | 3E | 0 | 31 | 4B | 4 | 15 | 5A | 3C |
| Octal | 365 | 175 | 76 | 0 | 61 | 113 | 4 | 25 | 132 | 74 |
| Binary | 11110101 | 1111101 | 111110 | 0 | 110001 | 1001011 | 100 | 10101 | 1011010 | 111100 |
Color Harmonies of #F57D3E
Complementary color
Monochromatic Colors of #F57D3E
Black with #F57D3E
Text Example
Text Example
White with #F57D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D3E; }
p { color: rgb(245,125,62); }
H1.HeaderClassName
{
color: #F57D3E;
}
.AnyTagClassName
{
color: #F57D3E;
}
</style>
background-color css
<style>
a { background-color: #F57D3E; }
a { background-color: rgb(245,125,62); }
div.DivClassName
{
background-color: #F57D3E;
}
.BgClassName
{
background-color: #F57D3E;
}
</style>
border-color css
<style>
span { border-color: #F57D3E; }
span { border-color: rgb(245,125,62); }
td.TdClassName
{
border-color: #F57D3E;
}
.TagClassName
{
border-color: #F57D3E;
}
</style>