Shades of Coral #FA804D
Tints of Coral #FA804D
RGB
CMYK
RGB Variations
Color information
#FA804D (or 0xFA804D) is known color: Coral. HEX triplet: FA, 80 and 4D. RGB value is (250,128,77). Sum of RGB (Red+Green+Blue) = 250+128+77=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA804D is #057FB2. Grayscale: #9E9E9E. Windows color (decimal): -360371 or 5079290. OLE color: 5079290.
HSL color Cylindrical-coordinate representation of color #FA804D: hue angle of 17.69º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA804D is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 77 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.02 |
| HSL | 17.69º | 0.95% | 0.64% | - |
| HSV(B) | 17.69º | 0.69% | 0.98% | - |
| XYZ | 48.48 | 36.3 | 11.47 | - |
| YUV | 158.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 77 | 0 | 0.49 | 0.69 | 0.02 | 17.69 | 0.95 | 0.64 |
| Hex | FA | 80 | 4D | 0 | 31 | 45 | 2 | 12 | 5F | 40 |
| Octal | 372 | 200 | 115 | 0 | 61 | 105 | 2 | 22 | 137 | 100 |
| Binary | 11111010 | 10000000 | 1001101 | 0 | 110001 | 1000101 | 10 | 10010 | 1011111 | 1000000 |
Color Harmonies of #FA804D
Complementary color
Monochromatic Colors of #FA804D
Black with #FA804D
Text Example
Text Example
White with #FA804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA804D; }
p { color: rgb(250,128,77); }
H1.HeaderClassName
{
color: #FA804D;
}
.AnyTagClassName
{
color: #FA804D;
}
</style>
background-color css
<style>
a { background-color: #FA804D; }
a { background-color: rgb(250,128,77); }
div.DivClassName
{
background-color: #FA804D;
}
.BgClassName
{
background-color: #FA804D;
}
</style>
border-color css
<style>
span { border-color: #FA804D; }
span { border-color: rgb(250,128,77); }
td.TdClassName
{
border-color: #FA804D;
}
.TagClassName
{
border-color: #FA804D;
}
</style>