Shades of Flamenco #FA8341
Tints of Flamenco #FA8341
RGB
CMYK
RGB Variations
Color information
#FA8341 (or 0xFA8341) is known color: Flamenco. HEX triplet: FA, 83 and 41. RGB value is (250,131,65). Sum of RGB (Red+Green+Blue) = 250+131+65=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8341 is #057CBE. Grayscale: #9F9F9F. Windows color (decimal): -359615 or 4293626. OLE color: 4293626.
HSL color Cylindrical-coordinate representation of color #FA8341: hue angle of 21.41º 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 #FA8341 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 65 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.02 |
| HSL | 21.41º | 0.95% | 0.62% | - |
| HSV(B) | 21.41º | 0.74% | 0.98% | - |
| XYZ | 48.49 | 36.94 | 9.57 | - |
| YUV | 159.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 65 | 0 | 0.48 | 0.74 | 0.02 | 21.41 | 0.95 | 0.62 |
| Hex | FA | 83 | 41 | 0 | 30 | 4A | 2 | 15 | 5F | 3E |
| Octal | 372 | 203 | 101 | 0 | 60 | 112 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000011 | 1000001 | 0 | 110000 | 1001010 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8341
Complementary color
Monochromatic Colors of #FA8341
Black with #FA8341
Text Example
Text Example
White with #FA8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8341; }
p { color: rgb(250,131,65); }
H1.HeaderClassName
{
color: #FA8341;
}
.AnyTagClassName
{
color: #FA8341;
}
</style>
background-color css
<style>
a { background-color: #FA8341; }
a { background-color: rgb(250,131,65); }
div.DivClassName
{
background-color: #FA8341;
}
.BgClassName
{
background-color: #FA8341;
}
</style>
border-color css
<style>
span { border-color: #FA8341; }
span { border-color: rgb(250,131,65); }
td.TdClassName
{
border-color: #FA8341;
}
.TagClassName
{
border-color: #FA8341;
}
</style>