Shades of Flamenco #F57F3E
Tints of Flamenco #F57F3E
RGB
CMYK
RGB Variations
Color information
#F57F3E (or 0xF57F3E) is known color: Flamenco. HEX triplet: F5, 7F and 3E. RGB value is (245,127,62). Sum of RGB (Red+Green+Blue) = 245+127+62=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F3E is #0A80C1. Grayscale: #9B9B9B. Windows color (decimal): -688322 or 4095989. OLE color: 4095989.
HSL color Cylindrical-coordinate representation of color #F57F3E: hue angle of 21.31º 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 #F57F3E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 62 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.04 |
| HSL | 21.31º | 0.9% | 0.6% | - |
| HSV(B) | 21.31º | 0.75% | 0.96% | - |
| XYZ | 46.12 | 34.94 | 8.87 | - |
| YUV | 154.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 62 | 0 | 0.48 | 0.75 | 0.04 | 21.31 | 0.9 | 0.6 |
| Hex | F5 | 7F | 3E | 0 | 30 | 4B | 4 | 15 | 5A | 3C |
| Octal | 365 | 177 | 76 | 0 | 60 | 113 | 4 | 25 | 132 | 74 |
| Binary | 11110101 | 1111111 | 111110 | 0 | 110000 | 1001011 | 100 | 10101 | 1011010 | 111100 |
Color Harmonies of #F57F3E
Complementary color
Monochromatic Colors of #F57F3E
Black with #F57F3E
Text Example
Text Example
White with #F57F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F3E; }
p { color: rgb(245,127,62); }
H1.HeaderClassName
{
color: #F57F3E;
}
.AnyTagClassName
{
color: #F57F3E;
}
</style>
background-color css
<style>
a { background-color: #F57F3E; }
a { background-color: rgb(245,127,62); }
div.DivClassName
{
background-color: #F57F3E;
}
.BgClassName
{
background-color: #F57F3E;
}
</style>
border-color css
<style>
span { border-color: #F57F3E; }
span { border-color: rgb(245,127,62); }
td.TdClassName
{
border-color: #F57F3E;
}
.TagClassName
{
border-color: #F57F3E;
}
</style>