Shades of Coral #FF754D
Tints of Coral #FF754D
RGB
CMYK
RGB Variations
Color information
#FF754D (or 0xFF754D) is known color: Coral. HEX triplet: FF, 75 and 4D. RGB value is (255,117,77). Sum of RGB (Red+Green+Blue) = 255+117+77=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF754D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF754D is #008AB2. Grayscale: #9A9A9A. Windows color (decimal): -35507 or 5076479. OLE color: 5076479.
HSL color Cylindrical-coordinate representation of color #FF754D: hue angle of 13.48º 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 #FF754D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 77 | - |
| CMYK | 0 | 0.54 | 0.70 | 0 |
| HSL | 13.48º | 1% | 0.65% | - |
| HSV(B) | 13.48º | 0.7% | 1% | - |
| XYZ | 48.94 | 34.52 | 11.1 | - |
| YUV | 153.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 77 | 0 | 0.54 | 0.70 | 0 | 13.48 | 1 | 0.65 |
| Hex | FF | 75 | 4D | 0 | 36 | 46 | 0 | D | 64 | 41 |
| Octal | 377 | 165 | 115 | 0 | 66 | 106 | 0 | 15 | 144 | 101 |
| Binary | 11111111 | 1110101 | 1001101 | 0 | 110110 | 1000110 | 0 | 1101 | 1100100 | 1000001 |
Color Harmonies of #FF754D
Complementary color
Monochromatic Colors of #FF754D
Black with #FF754D
Text Example
Text Example
White with #FF754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF754D; }
p { color: rgb(255,117,77); }
H1.HeaderClassName
{
color: #FF754D;
}
.AnyTagClassName
{
color: #FF754D;
}
</style>
background-color css
<style>
a { background-color: #FF754D; }
a { background-color: rgb(255,117,77); }
div.DivClassName
{
background-color: #FF754D;
}
.BgClassName
{
background-color: #FF754D;
}
</style>
border-color css
<style>
span { border-color: #FF754D; }
span { border-color: rgb(255,117,77); }
td.TdClassName
{
border-color: #FF754D;
}
.TagClassName
{
border-color: #FF754D;
}
</style>