Shades of Flamenco #F77F3C
Tints of Flamenco #F77F3C
RGB
CMYK
RGB Variations
Color information
#F77F3C (or 0xF77F3C) is known color: Flamenco. HEX triplet: F7, 7F and 3C. RGB value is (247,127,60). Sum of RGB (Red+Green+Blue) = 247+127+60=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F3C is #0880C3. Grayscale: #9B9B9B. Windows color (decimal): -557252 or 3964919. OLE color: 3964919.
HSL color Cylindrical-coordinate representation of color #F77F3C: hue angle of 21.5º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F77F3C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 60 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.03 |
| HSL | 21.5º | 0.92% | 0.6% | - |
| HSV(B) | 21.5º | 0.76% | 0.97% | - |
| XYZ | 46.76 | 35.28 | 8.62 | - |
| YUV | 155.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 60 | 0 | 0.49 | 0.76 | 0.03 | 21.5 | 0.92 | 0.6 |
| Hex | F7 | 7F | 3C | 0 | 31 | 4C | 3 | 15 | 5C | 3C |
| Octal | 367 | 177 | 74 | 0 | 61 | 114 | 3 | 25 | 134 | 74 |
| Binary | 11110111 | 1111111 | 111100 | 0 | 110001 | 1001100 | 11 | 10101 | 1011100 | 111100 |
Color Harmonies of #F77F3C
Complementary color
Monochromatic Colors of #F77F3C
Black with #F77F3C
Text Example
Text Example
White with #F77F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F3C; }
p { color: rgb(247,127,60); }
H1.HeaderClassName
{
color: #F77F3C;
}
.AnyTagClassName
{
color: #F77F3C;
}
</style>
background-color css
<style>
a { background-color: #F77F3C; }
a { background-color: rgb(247,127,60); }
div.DivClassName
{
background-color: #F77F3C;
}
.BgClassName
{
background-color: #F77F3C;
}
</style>
border-color css
<style>
span { border-color: #F77F3C; }
span { border-color: rgb(247,127,60); }
td.TdClassName
{
border-color: #F77F3C;
}
.TagClassName
{
border-color: #F77F3C;
}
</style>