Shades of Flamenco #FA8442
Tints of Flamenco #FA8442
RGB
CMYK
RGB Variations
Color information
#FA8442 (or 0xFA8442) is known color: Flamenco. HEX triplet: FA, 84 and 42. RGB value is (250,132,66). Sum of RGB (Red+Green+Blue) = 250+132+66=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8442 is #057BBD. Grayscale: #A0A0A0. Windows color (decimal): -359358 or 4359418. OLE color: 4359418.
HSL color Cylindrical-coordinate representation of color #FA8442: hue angle of 21.52º 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 #FA8442 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 66 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 21.52º | 0.95% | 0.62% | - |
| HSV(B) | 21.52º | 0.74% | 0.98% | - |
| XYZ | 48.66 | 37.22 | 9.77 | - |
| YUV | 159.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 66 | 0 | 0.47 | 0.74 | 0.02 | 21.52 | 0.95 | 0.62 |
| Hex | FA | 84 | 42 | 0 | 2F | 4A | 2 | 16 | 5F | 3E |
| Octal | 372 | 204 | 102 | 0 | 57 | 112 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000100 | 1000010 | 0 | 101111 | 1001010 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8442
Complementary color
Monochromatic Colors of #FA8442
Black with #FA8442
Text Example
Text Example
White with #FA8442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8442; }
p { color: rgb(250,132,66); }
H1.HeaderClassName
{
color: #FA8442;
}
.AnyTagClassName
{
color: #FA8442;
}
</style>
background-color css
<style>
a { background-color: #FA8442; }
a { background-color: rgb(250,132,66); }
div.DivClassName
{
background-color: #FA8442;
}
.BgClassName
{
background-color: #FA8442;
}
</style>
border-color css
<style>
span { border-color: #FA8442; }
span { border-color: rgb(250,132,66); }
td.TdClassName
{
border-color: #FA8442;
}
.TagClassName
{
border-color: #FA8442;
}
</style>