Shades of Coral #FA805D
Tints of Coral #FA805D
RGB
CMYK
RGB Variations
Color information
#FA805D (or 0xFA805D) is known color: Coral. HEX triplet: FA, 80 and 5D. RGB value is (250,128,93). Sum of RGB (Red+Green+Blue) = 250+128+93=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA805D is #057FA2. Grayscale: #A0A0A0. Windows color (decimal): -360355 or 6127866. OLE color: 6127866.
HSL color Cylindrical-coordinate representation of color #FA805D: hue angle of 13.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA805D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 93 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.02 |
| HSL | 13.38º | 0.94% | 0.67% | - |
| HSV(B) | 13.38º | 0.63% | 0.98% | - |
| XYZ | 49.12 | 36.55 | 14.82 | - |
| YUV | 160.49 | 89.92 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 93 | 0 | 0.49 | 0.63 | 0.02 | 13.38 | 0.94 | 0.67 |
| Hex | FA | 80 | 5D | 0 | 31 | 3F | 2 | D | 5E | 43 |
| Octal | 372 | 200 | 135 | 0 | 61 | 77 | 2 | 15 | 136 | 103 |
| Binary | 11111010 | 10000000 | 1011101 | 0 | 110001 | 111111 | 10 | 1101 | 1011110 | 1000011 |
Color Harmonies of #FA805D
Complementary color
Monochromatic Colors of #FA805D
Black with #FA805D
Text Example
Text Example
White with #FA805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA805D; }
p { color: rgb(250,128,93); }
H1.HeaderClassName
{
color: #FA805D;
}
.AnyTagClassName
{
color: #FA805D;
}
</style>
background-color css
<style>
a { background-color: #FA805D; }
a { background-color: rgb(250,128,93); }
div.DivClassName
{
background-color: #FA805D;
}
.BgClassName
{
background-color: #FA805D;
}
</style>
border-color css
<style>
span { border-color: #FA805D; }
span { border-color: rgb(250,128,93); }
td.TdClassName
{
border-color: #FA805D;
}
.TagClassName
{
border-color: #FA805D;
}
</style>