Shades of Flamenco #F68545
Tints of Flamenco #F68545
RGB
CMYK
RGB Variations
Color information
#F68545 (or 0xF68545) is known color: Flamenco. HEX triplet: F6, 85 and 45. RGB value is (246,133,69). Sum of RGB (Red+Green+Blue) = 246+133+69=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F68545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68545 is #097ABA. Grayscale: #9F9F9F. Windows color (decimal): -621243 or 4556278. OLE color: 4556278.
HSL color Cylindrical-coordinate representation of color #F68545: hue angle of 21.69º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F68545 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 69 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.04 |
| HSL | 21.69º | 0.91% | 0.62% | - |
| HSV(B) | 21.69º | 0.72% | 0.96% | - |
| XYZ | 47.47 | 36.8 | 10.23 | - |
| YUV | 159.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 69 | 0 | 0.46 | 0.72 | 0.04 | 21.69 | 0.91 | 0.62 |
| Hex | F6 | 85 | 45 | 0 | 2E | 48 | 4 | 16 | 5B | 3E |
| Octal | 366 | 205 | 105 | 0 | 56 | 110 | 4 | 26 | 133 | 76 |
| Binary | 11110110 | 10000101 | 1000101 | 0 | 101110 | 1001000 | 100 | 10110 | 1011011 | 111110 |
Color Harmonies of #F68545
Complementary color
Monochromatic Colors of #F68545
Black with #F68545
Text Example
Text Example
White with #F68545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68545; }
p { color: rgb(246,133,69); }
H1.HeaderClassName
{
color: #F68545;
}
.AnyTagClassName
{
color: #F68545;
}
</style>
background-color css
<style>
a { background-color: #F68545; }
a { background-color: rgb(246,133,69); }
div.DivClassName
{
background-color: #F68545;
}
.BgClassName
{
background-color: #F68545;
}
</style>
border-color css
<style>
span { border-color: #F68545; }
span { border-color: rgb(246,133,69); }
td.TdClassName
{
border-color: #F68545;
}
.TagClassName
{
border-color: #F68545;
}
</style>