Shades of Coral #FF7C55
Tints of Coral #FF7C55
RGB
CMYK
RGB Variations
Color information
#FF7C55 (or 0xFF7C55) is known color: Coral. HEX triplet: FF, 7C and 55. RGB value is (255,124,85). Sum of RGB (Red+Green+Blue) = 255+124+85=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C55 is #0083AA. Grayscale: #9F9F9F. Windows color (decimal): -33707 or 5602559. OLE color: 5602559.
HSL color Cylindrical-coordinate representation of color #FF7C55: hue angle of 13.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7C55 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 85 | - |
| CMYK | 0 | 0.51 | 0.67 | 0 |
| HSL | 13.76º | 1% | 0.67% | - |
| HSV(B) | 13.76º | 0.67% | 1% | - |
| XYZ | 50.09 | 36.33 | 12.97 | - |
| YUV | 158.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 85 | 0 | 0.51 | 0.67 | 0 | 13.76 | 1 | 0.67 |
| Hex | FF | 7C | 55 | 0 | 33 | 43 | 0 | E | 64 | 43 |
| Octal | 377 | 174 | 125 | 0 | 63 | 103 | 0 | 16 | 144 | 103 |
| Binary | 11111111 | 1111100 | 1010101 | 0 | 110011 | 1000011 | 0 | 1110 | 1100100 | 1000011 |
Color Harmonies of #FF7C55
Complementary color
Monochromatic Colors of #FF7C55
Black with #FF7C55
Text Example
Text Example
White with #FF7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C55; }
p { color: rgb(255,124,85); }
H1.HeaderClassName
{
color: #FF7C55;
}
.AnyTagClassName
{
color: #FF7C55;
}
</style>
background-color css
<style>
a { background-color: #FF7C55; }
a { background-color: rgb(255,124,85); }
div.DivClassName
{
background-color: #FF7C55;
}
.BgClassName
{
background-color: #FF7C55;
}
</style>
border-color css
<style>
span { border-color: #FF7C55; }
span { border-color: rgb(255,124,85); }
td.TdClassName
{
border-color: #FF7C55;
}
.TagClassName
{
border-color: #FF7C55;
}
</style>