Shades of Flamenco #FA803F
Tints of Flamenco #FA803F
RGB
CMYK
RGB Variations
Color information
#FA803F (or 0xFA803F) is known color: Flamenco. HEX triplet: FA, 80 and 3F. RGB value is (250,128,63). Sum of RGB (Red+Green+Blue) = 250+128+63=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA803F is #057FC0. Grayscale: #9D9D9D. Windows color (decimal): -360385 or 4161786. OLE color: 4161786.
HSL color Cylindrical-coordinate representation of color #FA803F: hue angle of 20.86º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA803F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 63 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.02 |
| HSL | 20.86º | 0.95% | 0.61% | - |
| HSV(B) | 20.86º | 0.75% | 0.98% | - |
| XYZ | 48.04 | 36.12 | 9.14 | - |
| YUV | 157.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 63 | 0 | 0.49 | 0.75 | 0.02 | 20.86 | 0.95 | 0.61 |
| Hex | FA | 80 | 3F | 0 | 31 | 4B | 2 | 15 | 5F | 3D |
| Octal | 372 | 200 | 77 | 0 | 61 | 113 | 2 | 25 | 137 | 75 |
| Binary | 11111010 | 10000000 | 111111 | 0 | 110001 | 1001011 | 10 | 10101 | 1011111 | 111101 |
Color Harmonies of #FA803F
Complementary color
Monochromatic Colors of #FA803F
Black with #FA803F
Text Example
Text Example
White with #FA803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA803F; }
p { color: rgb(250,128,63); }
H1.HeaderClassName
{
color: #FA803F;
}
.AnyTagClassName
{
color: #FA803F;
}
</style>
background-color css
<style>
a { background-color: #FA803F; }
a { background-color: rgb(250,128,63); }
div.DivClassName
{
background-color: #FA803F;
}
.BgClassName
{
background-color: #FA803F;
}
</style>
border-color css
<style>
span { border-color: #FA803F; }
span { border-color: rgb(250,128,63); }
td.TdClassName
{
border-color: #FA803F;
}
.TagClassName
{
border-color: #FA803F;
}
</style>