Shades of Coral #FF7B55
Tints of Coral #FF7B55
RGB
CMYK
RGB Variations
Color information
#FF7B55 (or 0xFF7B55) is known color: Coral. HEX triplet: FF, 7B and 55. RGB value is (255,123,85). Sum of RGB (Red+Green+Blue) = 255+123+85=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B55 is #0084AA. Grayscale: #9E9E9E. Windows color (decimal): -33963 or 5602303. OLE color: 5602303.
HSL color Cylindrical-coordinate representation of color #FF7B55: hue angle of 13.41º 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 #FF7B55 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 85 | - |
| CMYK | 0 | 0.52 | 0.67 | 0 |
| HSL | 13.41º | 1% | 0.67% | - |
| HSV(B) | 13.41º | 0.67% | 1% | - |
| XYZ | 49.96 | 36.08 | 12.93 | - |
| YUV | 158.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 85 | 0 | 0.52 | 0.67 | 0 | 13.41 | 1 | 0.67 |
| Hex | FF | 7B | 55 | 0 | 34 | 43 | 0 | D | 64 | 43 |
| Octal | 377 | 173 | 125 | 0 | 64 | 103 | 0 | 15 | 144 | 103 |
| Binary | 11111111 | 1111011 | 1010101 | 0 | 110100 | 1000011 | 0 | 1101 | 1100100 | 1000011 |
Color Harmonies of #FF7B55
Complementary color
Monochromatic Colors of #FF7B55
Black with #FF7B55
Text Example
Text Example
White with #FF7B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B55; }
p { color: rgb(255,123,85); }
H1.HeaderClassName
{
color: #FF7B55;
}
.AnyTagClassName
{
color: #FF7B55;
}
</style>
background-color css
<style>
a { background-color: #FF7B55; }
a { background-color: rgb(255,123,85); }
div.DivClassName
{
background-color: #FF7B55;
}
.BgClassName
{
background-color: #FF7B55;
}
</style>
border-color css
<style>
span { border-color: #FF7B55; }
span { border-color: rgb(255,123,85); }
td.TdClassName
{
border-color: #FF7B55;
}
.TagClassName
{
border-color: #FF7B55;
}
</style>