Shades of Coral #FD7B5B
Tints of Coral #FD7B5B
RGB
CMYK
RGB Variations
Color information
#FD7B5B (or 0xFD7B5B) is known color: Coral. HEX triplet: FD, 7B and 5B. RGB value is (253,123,91). Sum of RGB (Red+Green+Blue) = 253+123+91=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B5B is #0284A4. Grayscale: #9E9E9E. Windows color (decimal): -165029 or 5995517. OLE color: 5995517.
HSL color Cylindrical-coordinate representation of color #FD7B5B: hue angle of 11.85º 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 #FD7B5B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 91 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.01 |
| HSL | 11.85º | 0.98% | 0.67% | - |
| HSV(B) | 11.85º | 0.64% | 0.99% | - |
| XYZ | 49.48 | 35.8 | 14.2 | - |
| YUV | 158.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 91 | 0 | 0.51 | 0.64 | 0.01 | 11.85 | 0.98 | 0.67 |
| Hex | FD | 7B | 5B | 0 | 33 | 40 | 1 | C | 62 | 43 |
| Octal | 375 | 173 | 133 | 0 | 63 | 100 | 1 | 14 | 142 | 103 |
| Binary | 11111101 | 1111011 | 1011011 | 0 | 110011 | 1000000 | 1 | 1100 | 1100010 | 1000011 |
Color Harmonies of #FD7B5B
Complementary color
Monochromatic Colors of #FD7B5B
Black with #FD7B5B
Text Example
Text Example
White with #FD7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B5B; }
p { color: rgb(253,123,91); }
H1.HeaderClassName
{
color: #FD7B5B;
}
.AnyTagClassName
{
color: #FD7B5B;
}
</style>
background-color css
<style>
a { background-color: #FD7B5B; }
a { background-color: rgb(253,123,91); }
div.DivClassName
{
background-color: #FD7B5B;
}
.BgClassName
{
background-color: #FD7B5B;
}
</style>
border-color css
<style>
span { border-color: #FD7B5B; }
span { border-color: rgb(253,123,91); }
td.TdClassName
{
border-color: #FD7B5B;
}
.TagClassName
{
border-color: #FD7B5B;
}
</style>