Shades of Flamenco #FA8742
Tints of Flamenco #FA8742
RGB
CMYK
RGB Variations
Color information
#FA8742 (or 0xFA8742) is known color: Flamenco. HEX triplet: FA, 87 and 42. RGB value is (250,135,66). Sum of RGB (Red+Green+Blue) = 250+135+66=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8742 is #0578BD. Grayscale: #A1A1A1. Windows color (decimal): -358590 or 4360186. OLE color: 4360186.
HSL color Cylindrical-coordinate representation of color #FA8742: hue angle of 22.5º 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 #FA8742 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 66 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.02 |
| HSL | 22.5º | 0.95% | 0.62% | - |
| HSV(B) | 22.5º | 0.74% | 0.98% | - |
| XYZ | 49.07 | 38.05 | 9.91 | - |
| YUV | 161.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 66 | 0 | 0.46 | 0.74 | 0.02 | 22.5 | 0.95 | 0.62 |
| Hex | FA | 87 | 42 | 0 | 2E | 4A | 2 | 16 | 5F | 3E |
| Octal | 372 | 207 | 102 | 0 | 56 | 112 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000111 | 1000010 | 0 | 101110 | 1001010 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8742
Complementary color
Monochromatic Colors of #FA8742
Black with #FA8742
Text Example
Text Example
White with #FA8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8742; }
p { color: rgb(250,135,66); }
H1.HeaderClassName
{
color: #FA8742;
}
.AnyTagClassName
{
color: #FA8742;
}
</style>
background-color css
<style>
a { background-color: #FA8742; }
a { background-color: rgb(250,135,66); }
div.DivClassName
{
background-color: #FA8742;
}
.BgClassName
{
background-color: #FA8742;
}
</style>
border-color css
<style>
span { border-color: #FA8742; }
span { border-color: rgb(250,135,66); }
td.TdClassName
{
border-color: #FA8742;
}
.TagClassName
{
border-color: #FA8742;
}
</style>