Shades of Flamenco #F37F3E
Tints of Flamenco #F37F3E
RGB
CMYK
RGB Variations
Color information
#F37F3E (or 0xF37F3E) is known color: Flamenco. HEX triplet: F3, 7F and 3E. RGB value is (243,127,62). Sum of RGB (Red+Green+Blue) = 243+127+62=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37F3E is #0C80C1. Grayscale: #9A9A9A. Windows color (decimal): -819394 or 4095987. OLE color: 4095987.
HSL color Cylindrical-coordinate representation of color #F37F3E: hue angle of 21.55º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F37F3E is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 62 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.05 |
| HSL | 21.55º | 0.88% | 0.6% | - |
| HSV(B) | 21.55º | 0.74% | 0.95% | - |
| XYZ | 45.42 | 34.58 | 8.84 | - |
| YUV | 154.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 62 | 0 | 0.48 | 0.74 | 0.05 | 21.55 | 0.88 | 0.6 |
| Hex | F3 | 7F | 3E | 0 | 30 | 4A | 5 | 16 | 58 | 3C |
| Octal | 363 | 177 | 76 | 0 | 60 | 112 | 5 | 26 | 130 | 74 |
| Binary | 11110011 | 1111111 | 111110 | 0 | 110000 | 1001010 | 101 | 10110 | 1011000 | 111100 |
Color Harmonies of #F37F3E
Complementary color
Monochromatic Colors of #F37F3E
Black with #F37F3E
Text Example
Text Example
White with #F37F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F3E; }
p { color: rgb(243,127,62); }
H1.HeaderClassName
{
color: #F37F3E;
}
.AnyTagClassName
{
color: #F37F3E;
}
</style>
background-color css
<style>
a { background-color: #F37F3E; }
a { background-color: rgb(243,127,62); }
div.DivClassName
{
background-color: #F37F3E;
}
.BgClassName
{
background-color: #F37F3E;
}
</style>
border-color css
<style>
span { border-color: #F37F3E; }
span { border-color: rgb(243,127,62); }
td.TdClassName
{
border-color: #F37F3E;
}
.TagClassName
{
border-color: #F37F3E;
}
</style>