Shades of Flamenco #FA8541
Tints of Flamenco #FA8541
RGB
CMYK
RGB Variations
Color information
#FA8541 (or 0xFA8541) is known color: Flamenco. HEX triplet: FA, 85 and 41. RGB value is (250,133,65). Sum of RGB (Red+Green+Blue) = 250+133+65=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8541 is #057ABE. Grayscale: #A0A0A0. Windows color (decimal): -359103 or 4294138. OLE color: 4294138.
HSL color Cylindrical-coordinate representation of color #FA8541: hue angle of 22.05º 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 #FA8541 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 65 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 22.05º | 0.95% | 0.62% | - |
| HSV(B) | 22.05º | 0.74% | 0.98% | - |
| XYZ | 48.77 | 37.48 | 9.67 | - |
| YUV | 160.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 65 | 0 | 0.47 | 0.74 | 0.02 | 22.05 | 0.95 | 0.62 |
| Hex | FA | 85 | 41 | 0 | 2F | 4A | 2 | 16 | 5F | 3E |
| Octal | 372 | 205 | 101 | 0 | 57 | 112 | 2 | 26 | 137 | 76 |
| Binary | 11111010 | 10000101 | 1000001 | 0 | 101111 | 1001010 | 10 | 10110 | 1011111 | 111110 |
Color Harmonies of #FA8541
Complementary color
Monochromatic Colors of #FA8541
Black with #FA8541
Text Example
Text Example
White with #FA8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8541; }
p { color: rgb(250,133,65); }
H1.HeaderClassName
{
color: #FA8541;
}
.AnyTagClassName
{
color: #FA8541;
}
</style>
background-color css
<style>
a { background-color: #FA8541; }
a { background-color: rgb(250,133,65); }
div.DivClassName
{
background-color: #FA8541;
}
.BgClassName
{
background-color: #FA8541;
}
</style>
border-color css
<style>
span { border-color: #FA8541; }
span { border-color: rgb(250,133,65); }
td.TdClassName
{
border-color: #FA8541;
}
.TagClassName
{
border-color: #FA8541;
}
</style>