Shades of Coral #FA844D
Tints of Coral #FA844D
RGB
CMYK
RGB Variations
Color information
#FA844D (or 0xFA844D) is known color: Coral. HEX triplet: FA, 84 and 4D. RGB value is (250,132,77). Sum of RGB (Red+Green+Blue) = 250+132+77=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA844D is #057BB2. Grayscale: #A1A1A1. Windows color (decimal): -359347 or 5080314. OLE color: 5080314.
HSL color Cylindrical-coordinate representation of color #FA844D: hue angle of 19.08º 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 #FA844D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.02 |
| HSL | 19.08º | 0.95% | 0.64% | - |
| HSV(B) | 19.08º | 0.69% | 0.98% | - |
| XYZ | 49.02 | 37.36 | 11.65 | - |
| YUV | 161.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 77 | 0 | 0.47 | 0.69 | 0.02 | 19.08 | 0.95 | 0.64 |
| Hex | FA | 84 | 4D | 0 | 2F | 45 | 2 | 13 | 5F | 40 |
| Octal | 372 | 204 | 115 | 0 | 57 | 105 | 2 | 23 | 137 | 100 |
| Binary | 11111010 | 10000100 | 1001101 | 0 | 101111 | 1000101 | 10 | 10011 | 1011111 | 1000000 |
Color Harmonies of #FA844D
Complementary color
Monochromatic Colors of #FA844D
Black with #FA844D
Text Example
Text Example
White with #FA844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA844D; }
p { color: rgb(250,132,77); }
H1.HeaderClassName
{
color: #FA844D;
}
.AnyTagClassName
{
color: #FA844D;
}
</style>
background-color css
<style>
a { background-color: #FA844D; }
a { background-color: rgb(250,132,77); }
div.DivClassName
{
background-color: #FA844D;
}
.BgClassName
{
background-color: #FA844D;
}
</style>
border-color css
<style>
span { border-color: #FA844D; }
span { border-color: rgb(250,132,77); }
td.TdClassName
{
border-color: #FA844D;
}
.TagClassName
{
border-color: #FA844D;
}
</style>