Shades of Coral #FF744D
Tints of Coral #FF744D
RGB
CMYK
RGB Variations
Color information
#FF744D (or 0xFF744D) is known color: Coral. HEX triplet: FF, 74 and 4D. RGB value is (255,116,77). Sum of RGB (Red+Green+Blue) = 255+116+77=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF744D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF744D is #008BB2. Grayscale: #999999. Windows color (decimal): -35763 or 5076223. OLE color: 5076223.
HSL color Cylindrical-coordinate representation of color #FF744D: hue angle of 13.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF744D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 77 | - |
| CMYK | 0 | 0.55 | 0.70 | 0 |
| HSL | 13.15º | 1% | 0.65% | - |
| HSV(B) | 13.15º | 0.7% | 1% | - |
| XYZ | 48.82 | 34.29 | 11.07 | - |
| YUV | 153.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 77 | 0 | 0.55 | 0.70 | 0 | 13.15 | 1 | 0.65 |
| Hex | FF | 74 | 4D | 0 | 37 | 46 | 0 | D | 64 | 41 |
| Octal | 377 | 164 | 115 | 0 | 67 | 106 | 0 | 15 | 144 | 101 |
| Binary | 11111111 | 1110100 | 1001101 | 0 | 110111 | 1000110 | 0 | 1101 | 1100100 | 1000001 |
Color Harmonies of #FF744D
Complementary color
Monochromatic Colors of #FF744D
Black with #FF744D
Text Example
Text Example
White with #FF744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF744D; }
p { color: rgb(255,116,77); }
H1.HeaderClassName
{
color: #FF744D;
}
.AnyTagClassName
{
color: #FF744D;
}
</style>
background-color css
<style>
a { background-color: #FF744D; }
a { background-color: rgb(255,116,77); }
div.DivClassName
{
background-color: #FF744D;
}
.BgClassName
{
background-color: #FF744D;
}
</style>
border-color css
<style>
span { border-color: #FF744D; }
span { border-color: rgb(255,116,77); }
td.TdClassName
{
border-color: #FF744D;
}
.TagClassName
{
border-color: #FF744D;
}
</style>