Shades of Coral #FA805F
Tints of Coral #FA805F
RGB
CMYK
RGB Variations
Color information
#FA805F (or 0xFA805F) is known color: Coral. HEX triplet: FA, 80 and 5F. RGB value is (250,128,95). Sum of RGB (Red+Green+Blue) = 250+128+95=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA805F is #057FA0. Grayscale: #A0A0A0. Windows color (decimal): -360353 or 6258938. OLE color: 6258938.
HSL color Cylindrical-coordinate representation of color #FA805F: hue angle of 12.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA805F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 95 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.02 |
| HSL | 12.77º | 0.94% | 0.68% | - |
| HSV(B) | 12.77º | 0.62% | 0.98% | - |
| XYZ | 49.21 | 36.59 | 15.3 | - |
| YUV | 160.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 95 | 0 | 0.49 | 0.62 | 0.02 | 12.77 | 0.94 | 0.68 |
| Hex | FA | 80 | 5F | 0 | 31 | 3E | 2 | D | 5E | 44 |
| Octal | 372 | 200 | 137 | 0 | 61 | 76 | 2 | 15 | 136 | 104 |
| Binary | 11111010 | 10000000 | 1011111 | 0 | 110001 | 111110 | 10 | 1101 | 1011110 | 1000100 |
Color Harmonies of #FA805F
Complementary color
Monochromatic Colors of #FA805F
Black with #FA805F
Text Example
Text Example
White with #FA805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA805F; }
p { color: rgb(250,128,95); }
H1.HeaderClassName
{
color: #FA805F;
}
.AnyTagClassName
{
color: #FA805F;
}
</style>
background-color css
<style>
a { background-color: #FA805F; }
a { background-color: rgb(250,128,95); }
div.DivClassName
{
background-color: #FA805F;
}
.BgClassName
{
background-color: #FA805F;
}
</style>
border-color css
<style>
span { border-color: #FA805F; }
span { border-color: rgb(250,128,95); }
td.TdClassName
{
border-color: #FA805F;
}
.TagClassName
{
border-color: #FA805F;
}
</style>