Shades of Coral #FA8157
Tints of Coral #FA8157
RGB
CMYK
RGB Variations
Color information
#FA8157 (or 0xFA8157) is known color: Coral. HEX triplet: FA, 81 and 57. RGB value is (250,129,87). Sum of RGB (Red+Green+Blue) = 250+129+87=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8157 is #057EA8. Grayscale: #A0A0A0. Windows color (decimal): -360105 or 5734906. OLE color: 5734906.
HSL color Cylindrical-coordinate representation of color #FA8157: hue angle of 15.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA8157 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 87 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.02 |
| HSL | 15.46º | 0.94% | 0.66% | - |
| HSV(B) | 15.46º | 0.65% | 0.98% | - |
| XYZ | 48.99 | 36.71 | 13.52 | - |
| YUV | 160.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 87 | 0 | 0.48 | 0.65 | 0.02 | 15.46 | 0.94 | 0.66 |
| Hex | FA | 81 | 57 | 0 | 30 | 41 | 2 | F | 5E | 42 |
| Octal | 372 | 201 | 127 | 0 | 60 | 101 | 2 | 17 | 136 | 102 |
| Binary | 11111010 | 10000001 | 1010111 | 0 | 110000 | 1000001 | 10 | 1111 | 1011110 | 1000010 |
Color Harmonies of #FA8157
Complementary color
Monochromatic Colors of #FA8157
Black with #FA8157
Text Example
Text Example
White with #FA8157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8157; }
p { color: rgb(250,129,87); }
H1.HeaderClassName
{
color: #FA8157;
}
.AnyTagClassName
{
color: #FA8157;
}
</style>
background-color css
<style>
a { background-color: #FA8157; }
a { background-color: rgb(250,129,87); }
div.DivClassName
{
background-color: #FA8157;
}
.BgClassName
{
background-color: #FA8157;
}
</style>
border-color css
<style>
span { border-color: #FA8157; }
span { border-color: rgb(250,129,87); }
td.TdClassName
{
border-color: #FA8157;
}
.TagClassName
{
border-color: #FA8157;
}
</style>