Shades of Flamenco #FA8540
Tints of Flamenco #FA8540
RGB
CMYK
RGB Variations
Color information
#FA8540 (or 0xFA8540) is known color: Flamenco. HEX triplet: FA, 85 and 40. RGB value is (250,133,64). Sum of RGB (Red+Green+Blue) = 250+133+64=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8540 is #057ABF. Grayscale: #A0A0A0. Windows color (decimal): -359104 or 4228602. OLE color: 4228602.
HSL color Cylindrical-coordinate representation of color #FA8540: hue angle of 22.26º 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 #FA8540 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 64 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 22.26º | 0.95% | 0.62% | - |
| HSV(B) | 22.26º | 0.74% | 0.98% | - |
| XYZ | 48.74 | 37.47 | 9.51 | - |
| YUV | 160.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 64 | 0 | 0.47 | 0.74 | 0.02 | 22.26 | 0.95 | 0.62 |
| Hex | FA | 85 | 40 | 0 | 2F | 4A | 2 | 16 | 5F | 3E |
| Octal | 372 | 205 | 100 | 0 | 57 | 112 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000101 | 1000000 | 0 | 101111 | 1001010 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8540
Complementary color
Monochromatic Colors of #FA8540
Black with #FA8540
Text Example
Text Example
White with #FA8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8540; }
p { color: rgb(250,133,64); }
H1.HeaderClassName
{
color: #FA8540;
}
.AnyTagClassName
{
color: #FA8540;
}
</style>
background-color css
<style>
a { background-color: #FA8540; }
a { background-color: rgb(250,133,64); }
div.DivClassName
{
background-color: #FA8540;
}
.BgClassName
{
background-color: #FA8540;
}
</style>
border-color css
<style>
span { border-color: #FA8540; }
span { border-color: rgb(250,133,64); }
td.TdClassName
{
border-color: #FA8540;
}
.TagClassName
{
border-color: #FA8540;
}
</style>