Shades of Flamenco #FA8644
Tints of Flamenco #FA8644
RGB
CMYK
RGB Variations
Color information
#FA8644 (or 0xFA8644) is known color: Flamenco. HEX triplet: FA, 86 and 44. RGB value is (250,134,68). Sum of RGB (Red+Green+Blue) = 250+134+68=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8644 is #0579BB. Grayscale: #A1A1A1. Windows color (decimal): -358844 or 4491002. OLE color: 4491002.
HSL color Cylindrical-coordinate representation of color #FA8644: hue angle of 21.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA8644 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 68 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.02 |
| HSL | 21.76º | 0.95% | 0.62% | - |
| HSV(B) | 21.76º | 0.73% | 0.98% | - |
| XYZ | 48.99 | 37.79 | 10.18 | - |
| YUV | 161.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 68 | 0 | 0.46 | 0.73 | 0.02 | 21.76 | 0.95 | 0.62 |
| Hex | FA | 86 | 44 | 0 | 2E | 49 | 2 | 16 | 5F | 3E |
| Octal | 372 | 206 | 104 | 0 | 56 | 111 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000110 | 1000100 | 0 | 101110 | 1001001 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8644
Complementary color
Monochromatic Colors of #FA8644
Black with #FA8644
Text Example
Text Example
White with #FA8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8644; }
p { color: rgb(250,134,68); }
H1.HeaderClassName
{
color: #FA8644;
}
.AnyTagClassName
{
color: #FA8644;
}
</style>
background-color css
<style>
a { background-color: #FA8644; }
a { background-color: rgb(250,134,68); }
div.DivClassName
{
background-color: #FA8644;
}
.BgClassName
{
background-color: #FA8644;
}
</style>
border-color css
<style>
span { border-color: #FA8644; }
span { border-color: rgb(250,134,68); }
td.TdClassName
{
border-color: #FA8644;
}
.TagClassName
{
border-color: #FA8644;
}
</style>