Shades of Coral #FA805A
Tints of Coral #FA805A
RGB
CMYK
RGB Variations
Color information
#FA805A (or 0xFA805A) is known color: Coral. HEX triplet: FA, 80 and 5A. RGB value is (250,128,90). Sum of RGB (Red+Green+Blue) = 250+128+90=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA805A is #057FA5. Grayscale: #A0A0A0. Windows color (decimal): -360358 or 5931258. OLE color: 5931258.
HSL color Cylindrical-coordinate representation of color #FA805A: hue angle of 14.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA805A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 90 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 14.25º | 0.94% | 0.67% | - |
| HSV(B) | 14.25º | 0.64% | 0.98% | - |
| XYZ | 48.99 | 36.5 | 14.14 | - |
| YUV | 160.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 90 | 0 | 0.49 | 0.64 | 0.02 | 14.25 | 0.94 | 0.67 |
| Hex | FA | 80 | 5A | 0 | 31 | 40 | 2 | E | 5E | 43 |
| Octal | 372 | 200 | 132 | 0 | 61 | 100 | 2 | 16 | 136 | 103 |
| Binary | 11111010 | 10000000 | 1011010 | 0 | 110001 | 1000000 | 10 | 1110 | 1011110 | 1000011 |
Color Harmonies of #FA805A
Complementary color
Monochromatic Colors of #FA805A
Black with #FA805A
Text Example
Text Example
White with #FA805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA805A; }
p { color: rgb(250,128,90); }
H1.HeaderClassName
{
color: #FA805A;
}
.AnyTagClassName
{
color: #FA805A;
}
</style>
background-color css
<style>
a { background-color: #FA805A; }
a { background-color: rgb(250,128,90); }
div.DivClassName
{
background-color: #FA805A;
}
.BgClassName
{
background-color: #FA805A;
}
</style>
border-color css
<style>
span { border-color: #FA805A; }
span { border-color: rgb(250,128,90); }
td.TdClassName
{
border-color: #FA805A;
}
.TagClassName
{
border-color: #FA805A;
}
</style>