Shades of Coral #FA754D
Tints of Coral #FA754D
RGB
CMYK
RGB Variations
Color information
#FA754D (or 0xFA754D) is known color: Coral. HEX triplet: FA, 75 and 4D. RGB value is (250,117,77). Sum of RGB (Red+Green+Blue) = 250+117+77=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA754D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA754D is #058AB2. Grayscale: #989898. Windows color (decimal): -363187 or 5076474. OLE color: 5076474.
HSL color Cylindrical-coordinate representation of color #FA754D: hue angle of 13.87º 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 #FA754D is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 77 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.02 |
| HSL | 13.87º | 0.95% | 0.64% | - |
| HSV(B) | 13.87º | 0.69% | 0.98% | - |
| XYZ | 47.13 | 33.58 | 11.02 | - |
| YUV | 152.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 77 | 0 | 0.53 | 0.69 | 0.02 | 13.87 | 0.95 | 0.64 |
| Hex | FA | 75 | 4D | 0 | 35 | 45 | 2 | E | 5F | 40 |
| Octal | 372 | 165 | 115 | 0 | 65 | 105 | 2 | 16 | 137 | 100 |
| Binary | 11111010 | 1110101 | 1001101 | 0 | 110101 | 1000101 | 10 | 1110 | 1011111 | 1000000 |
Color Harmonies of #FA754D
Complementary color
Monochromatic Colors of #FA754D
Black with #FA754D
Text Example
Text Example
White with #FA754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA754D; }
p { color: rgb(250,117,77); }
H1.HeaderClassName
{
color: #FA754D;
}
.AnyTagClassName
{
color: #FA754D;
}
</style>
background-color css
<style>
a { background-color: #FA754D; }
a { background-color: rgb(250,117,77); }
div.DivClassName
{
background-color: #FA754D;
}
.BgClassName
{
background-color: #FA754D;
}
</style>
border-color css
<style>
span { border-color: #FA754D; }
span { border-color: rgb(250,117,77); }
td.TdClassName
{
border-color: #FA754D;
}
.TagClassName
{
border-color: #FA754D;
}
</style>