Shades of Coral #FF7F55
Tints of Coral #FF7F55
RGB
CMYK
RGB Variations
Color information
#FF7F55 (or 0xFF7F55) is known color: Coral. HEX triplet: FF, 7F and 55. RGB value is (255,127,85). Sum of RGB (Red+Green+Blue) = 255+127+85=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F55 is #0080AA. Grayscale: #A0A0A0. Windows color (decimal): -32939 or 5603327. OLE color: 5603327.
HSL color Cylindrical-coordinate representation of color #FF7F55: hue angle of 14.82º 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 #FF7F55 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 85 | - |
| CMYK | 0 | 0.50 | 0.67 | 0 |
| HSL | 14.82º | 1% | 0.67% | - |
| HSV(B) | 14.82º | 0.67% | 1% | - |
| XYZ | 50.47 | 37.09 | 13.09 | - |
| YUV | 160.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 85 | 0 | 0.50 | 0.67 | 0 | 14.82 | 1 | 0.67 |
| Hex | FF | 7F | 55 | 0 | 32 | 43 | 0 | F | 64 | 43 |
| Octal | 377 | 177 | 125 | 0 | 62 | 103 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 1111111 | 1010101 | 0 | 110010 | 1000011 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF7F55
Complementary color
Monochromatic Colors of #FF7F55
Black with #FF7F55
Text Example
Text Example
White with #FF7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F55; }
p { color: rgb(255,127,85); }
H1.HeaderClassName
{
color: #FF7F55;
}
.AnyTagClassName
{
color: #FF7F55;
}
</style>
background-color css
<style>
a { background-color: #FF7F55; }
a { background-color: rgb(255,127,85); }
div.DivClassName
{
background-color: #FF7F55;
}
.BgClassName
{
background-color: #FF7F55;
}
</style>
border-color css
<style>
span { border-color: #FF7F55; }
span { border-color: rgb(255,127,85); }
td.TdClassName
{
border-color: #FF7F55;
}
.TagClassName
{
border-color: #FF7F55;
}
</style>