Shades of Coral #FA7F5E
Tints of Coral #FA7F5E
RGB
CMYK
RGB Variations
Color information
#FA7F5E (or 0xFA7F5E) is known color: Coral. HEX triplet: FA, 7F and 5E. RGB value is (250,127,94). Sum of RGB (Red+Green+Blue) = 250+127+94=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F5E is #0580A1. Grayscale: #A0A0A0. Windows color (decimal): -360610 or 6193146. OLE color: 6193146.
HSL color Cylindrical-coordinate representation of color #FA7F5E: hue angle of 12.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA7F5E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 94 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.02 |
| HSL | 12.69º | 0.94% | 0.67% | - |
| HSV(B) | 12.69º | 0.62% | 0.98% | - |
| XYZ | 49.03 | 36.31 | 15.01 | - |
| YUV | 160.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 94 | 0 | 0.49 | 0.62 | 0.02 | 12.69 | 0.94 | 0.67 |
| Hex | FA | 7F | 5E | 0 | 31 | 3E | 2 | D | 5E | 43 |
| Octal | 372 | 177 | 136 | 0 | 61 | 76 | 2 | 15 | 136 | 103 |
| Binary | 11111010 | 1111111 | 1011110 | 0 | 110001 | 111110 | 10 | 1101 | 1011110 | 1000011 |
Color Harmonies of #FA7F5E
Complementary color
Monochromatic Colors of #FA7F5E
Black with #FA7F5E
Text Example
Text Example
White with #FA7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F5E; }
p { color: rgb(250,127,94); }
H1.HeaderClassName
{
color: #FA7F5E;
}
.AnyTagClassName
{
color: #FA7F5E;
}
</style>
background-color css
<style>
a { background-color: #FA7F5E; }
a { background-color: rgb(250,127,94); }
div.DivClassName
{
background-color: #FA7F5E;
}
.BgClassName
{
background-color: #FA7F5E;
}
</style>
border-color css
<style>
span { border-color: #FA7F5E; }
span { border-color: rgb(250,127,94); }
td.TdClassName
{
border-color: #FA7F5E;
}
.TagClassName
{
border-color: #FA7F5E;
}
</style>