Shades of Coral #FA7654
Tints of Coral #FA7654
RGB
CMYK
RGB Variations
Color information
#FA7654 (or 0xFA7654) is known color: Coral. HEX triplet: FA, 76 and 54. RGB value is (250,118,84). Sum of RGB (Red+Green+Blue) = 250+118+84=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7654 is #0589AB. Grayscale: #999999. Windows color (decimal): -362924 or 5535482. OLE color: 5535482.
HSL color Cylindrical-coordinate representation of color #FA7654: hue angle of 12.29º 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 #FA7654 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 84 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.02 |
| HSL | 12.29º | 0.94% | 0.65% | - |
| HSV(B) | 12.29º | 0.66% | 0.98% | - |
| XYZ | 47.5 | 33.92 | 12.43 | - |
| YUV | 153.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 84 | 0 | 0.53 | 0.66 | 0.02 | 12.29 | 0.94 | 0.65 |
| Hex | FA | 76 | 54 | 0 | 35 | 42 | 2 | C | 5E | 41 |
| Octal | 372 | 166 | 124 | 0 | 65 | 102 | 2 | 14 | 136 | 101 |
| Binary | 11111010 | 1110110 | 1010100 | 0 | 110101 | 1000010 | 10 | 1100 | 1011110 | 1000001 |
Color Harmonies of #FA7654
Complementary color
Monochromatic Colors of #FA7654
Black with #FA7654
Text Example
Text Example
White with #FA7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7654; }
p { color: rgb(250,118,84); }
H1.HeaderClassName
{
color: #FA7654;
}
.AnyTagClassName
{
color: #FA7654;
}
</style>
background-color css
<style>
a { background-color: #FA7654; }
a { background-color: rgb(250,118,84); }
div.DivClassName
{
background-color: #FA7654;
}
.BgClassName
{
background-color: #FA7654;
}
</style>
border-color css
<style>
span { border-color: #FA7654; }
span { border-color: rgb(250,118,84); }
td.TdClassName
{
border-color: #FA7654;
}
.TagClassName
{
border-color: #FA7654;
}
</style>