Shades of Flamenco #F07F42
Tints of Flamenco #F07F42
RGB
CMYK
RGB Variations
Color information
#F07F42 (or 0xF07F42) is known color: Flamenco. HEX triplet: F0, 7F and 42. RGB value is (240,127,66). Sum of RGB (Red+Green+Blue) = 240+127+66=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F42 is #0F80BD. Grayscale: #9A9A9A. Windows color (decimal): -1015998 or 4358128. OLE color: 4358128.
HSL color Cylindrical-coordinate representation of color #F07F42: hue angle of 21.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07F42 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 66 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.06 |
| HSL | 21.03º | 0.85% | 0.6% | - |
| HSV(B) | 21.03º | 0.73% | 0.94% | - |
| XYZ | 44.51 | 34.1 | 9.39 | - |
| YUV | 153.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 66 | 0 | 0.47 | 0.72 | 0.06 | 21.03 | 0.85 | 0.6 |
| Hex | F0 | 7F | 42 | 0 | 2F | 48 | 6 | 15 | 55 | 3C |
| Octal | 360 | 177 | 102 | 0 | 57 | 110 | 6 | 25 | 125 | 74 |
| Binary | 11110000 | 1111111 | 1000010 | 0 | 101111 | 1001000 | 110 | 10101 | 1010101 | 111100 |
Color Harmonies of #F07F42
Complementary color
Monochromatic Colors of #F07F42
Black with #F07F42
Text Example
Text Example
White with #F07F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F42; }
p { color: rgb(240,127,66); }
H1.HeaderClassName
{
color: #F07F42;
}
.AnyTagClassName
{
color: #F07F42;
}
</style>
background-color css
<style>
a { background-color: #F07F42; }
a { background-color: rgb(240,127,66); }
div.DivClassName
{
background-color: #F07F42;
}
.BgClassName
{
background-color: #F07F42;
}
</style>
border-color css
<style>
span { border-color: #F07F42; }
span { border-color: rgb(240,127,66); }
td.TdClassName
{
border-color: #F07F42;
}
.TagClassName
{
border-color: #F07F42;
}
</style>