Shades of Coral #FD7F5B
Tints of Coral #FD7F5B
RGB
CMYK
RGB Variations
Color information
#FD7F5B (or 0xFD7F5B) is known color: Coral. HEX triplet: FD, 7F and 5B. RGB value is (253,127,91). Sum of RGB (Red+Green+Blue) = 253+127+91=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F5B is #0280A4. Grayscale: #A0A0A0. Windows color (decimal): -164005 or 5996541. OLE color: 5996541.
HSL color Cylindrical-coordinate representation of color #FD7F5B: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD7F5B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 91 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.01 |
| HSL | 13.33º | 0.98% | 0.67% | - |
| HSV(B) | 13.33º | 0.64% | 0.99% | - |
| XYZ | 49.99 | 36.82 | 14.37 | - |
| YUV | 160.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 91 | 0 | 0.50 | 0.64 | 0.01 | 13.33 | 0.98 | 0.67 |
| Hex | FD | 7F | 5B | 0 | 32 | 40 | 1 | D | 62 | 43 |
| Octal | 375 | 177 | 133 | 0 | 62 | 100 | 1 | 15 | 142 | 103 |
| Binary | 11111101 | 1111111 | 1011011 | 0 | 110010 | 1000000 | 1 | 1101 | 1100010 | 1000011 |
Color Harmonies of #FD7F5B
Complementary color
Monochromatic Colors of #FD7F5B
Black with #FD7F5B
Text Example
Text Example
White with #FD7F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F5B; }
p { color: rgb(253,127,91); }
H1.HeaderClassName
{
color: #FD7F5B;
}
.AnyTagClassName
{
color: #FD7F5B;
}
</style>
background-color css
<style>
a { background-color: #FD7F5B; }
a { background-color: rgb(253,127,91); }
div.DivClassName
{
background-color: #FD7F5B;
}
.BgClassName
{
background-color: #FD7F5B;
}
</style>
border-color css
<style>
span { border-color: #FD7F5B; }
span { border-color: rgb(253,127,91); }
td.TdClassName
{
border-color: #FD7F5B;
}
.TagClassName
{
border-color: #FD7F5B;
}
</style>