Shades of Flamenco #FA8440
Tints of Flamenco #FA8440
RGB
CMYK
RGB Variations
Color information
#FA8440 (or 0xFA8440) is known color: Flamenco. HEX triplet: FA, 84 and 40. RGB value is (250,132,64). Sum of RGB (Red+Green+Blue) = 250+132+64=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8440 is #057BBF. Grayscale: #9F9F9F. Windows color (decimal): -359360 or 4228346. OLE color: 4228346.
HSL color Cylindrical-coordinate representation of color #FA8440: hue angle of 21.94º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA8440 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 64 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 21.94º | 0.95% | 0.62% | - |
| HSV(B) | 21.94º | 0.74% | 0.98% | - |
| XYZ | 48.6 | 37.2 | 9.47 | - |
| YUV | 159.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 64 | 0 | 0.47 | 0.74 | 0.02 | 21.94 | 0.95 | 0.62 |
| Hex | FA | 84 | 40 | 0 | 2F | 4A | 2 | 16 | 5F | 3E |
| Octal | 372 | 204 | 100 | 0 | 57 | 112 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000100 | 1000000 | 0 | 101111 | 1001010 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8440
Complementary color
Monochromatic Colors of #FA8440
Black with #FA8440
Text Example
Text Example
White with #FA8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8440; }
p { color: rgb(250,132,64); }
H1.HeaderClassName
{
color: #FA8440;
}
.AnyTagClassName
{
color: #FA8440;
}
</style>
background-color css
<style>
a { background-color: #FA8440; }
a { background-color: rgb(250,132,64); }
div.DivClassName
{
background-color: #FA8440;
}
.BgClassName
{
background-color: #FA8440;
}
</style>
border-color css
<style>
span { border-color: #FA8440; }
span { border-color: rgb(250,132,64); }
td.TdClassName
{
border-color: #FA8440;
}
.TagClassName
{
border-color: #FA8440;
}
</style>