Shades of Coral #FD7F55
Tints of Coral #FD7F55
RGB
CMYK
RGB Variations
Color information
#FD7F55 (or 0xFD7F55) is known color: Coral. HEX triplet: FD, 7F and 55. RGB value is (253,127,85). Sum of RGB (Red+Green+Blue) = 253+127+85=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F55 is #0280AA. Grayscale: #A0A0A0. Windows color (decimal): -164011 or 5603325. OLE color: 5603325.
HSL color Cylindrical-coordinate representation of color #FD7F55: hue angle of 15º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD7F55 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 85 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.01 |
| HSL | 15º | 0.98% | 0.66% | - |
| HSV(B) | 15º | 0.66% | 0.99% | - |
| XYZ | 49.74 | 36.72 | 13.06 | - |
| YUV | 159.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 85 | 0 | 0.50 | 0.66 | 0.01 | 15 | 0.98 | 0.66 |
| Hex | FD | 7F | 55 | 0 | 32 | 42 | 1 | F | 62 | 42 |
| Octal | 375 | 177 | 125 | 0 | 62 | 102 | 1 | 17 | 142 | 102 |
| Binary | 11111101 | 1111111 | 1010101 | 0 | 110010 | 1000010 | 1 | 1111 | 1100010 | 1000010 |
Color Harmonies of #FD7F55
Complementary color
Monochromatic Colors of #FD7F55
Black with #FD7F55
Text Example
Text Example
White with #FD7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F55; }
p { color: rgb(253,127,85); }
H1.HeaderClassName
{
color: #FD7F55;
}
.AnyTagClassName
{
color: #FD7F55;
}
</style>
background-color css
<style>
a { background-color: #FD7F55; }
a { background-color: rgb(253,127,85); }
div.DivClassName
{
background-color: #FD7F55;
}
.BgClassName
{
background-color: #FD7F55;
}
</style>
border-color css
<style>
span { border-color: #FD7F55; }
span { border-color: rgb(253,127,85); }
td.TdClassName
{
border-color: #FD7F55;
}
.TagClassName
{
border-color: #FD7F55;
}
</style>