Shades of Coral #FA8154
Tints of Coral #FA8154
RGB
CMYK
RGB Variations
Color information
#FA8154 (or 0xFA8154) is known color: Coral. HEX triplet: FA, 81 and 54. RGB value is (250,129,84). Sum of RGB (Red+Green+Blue) = 250+129+84=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8154 is #057EAB. Grayscale: #A0A0A0. Windows color (decimal): -360108 or 5538298. OLE color: 5538298.
HSL color Cylindrical-coordinate representation of color #FA8154: hue angle of 16.27º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA8154 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 84 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.02 |
| HSL | 16.27º | 0.94% | 0.65% | - |
| HSV(B) | 16.27º | 0.66% | 0.98% | - |
| XYZ | 48.87 | 36.66 | 12.89 | - |
| YUV | 160.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 84 | 0 | 0.48 | 0.66 | 0.02 | 16.27 | 0.94 | 0.65 |
| Hex | FA | 81 | 54 | 0 | 30 | 42 | 2 | 10 | 5E | 41 |
| Octal | 372 | 201 | 124 | 0 | 60 | 102 | 2 | 20 | 136 | 101 |
| Binary | 11111010 | 10000001 | 1010100 | 0 | 110000 | 1000010 | 10 | 10000 | 1011110 | 1000001 |
Color Harmonies of #FA8154
Complementary color
Monochromatic Colors of #FA8154
Black with #FA8154
Text Example
Text Example
White with #FA8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8154; }
p { color: rgb(250,129,84); }
H1.HeaderClassName
{
color: #FA8154;
}
.AnyTagClassName
{
color: #FA8154;
}
</style>
background-color css
<style>
a { background-color: #FA8154; }
a { background-color: rgb(250,129,84); }
div.DivClassName
{
background-color: #FA8154;
}
.BgClassName
{
background-color: #FA8154;
}
</style>
border-color css
<style>
span { border-color: #FA8154; }
span { border-color: rgb(250,129,84); }
td.TdClassName
{
border-color: #FA8154;
}
.TagClassName
{
border-color: #FA8154;
}
</style>