Shades of Coral #FB7F5D
Tints of Coral #FB7F5D
RGB
CMYK
RGB Variations
Color information
#FB7F5D (or 0xFB7F5D) is known color: Coral. HEX triplet: FB, 7F and 5D. RGB value is (251,127,93). Sum of RGB (Red+Green+Blue) = 251+127+93=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F5D is #0480A2. Grayscale: #A0A0A0. Windows color (decimal): -295075 or 6127611. OLE color: 6127611.
HSL color Cylindrical-coordinate representation of color #FB7F5D: hue angle of 12.91º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB7F5D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 93 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.02 |
| HSL | 12.91º | 0.95% | 0.67% | - |
| HSV(B) | 12.91º | 0.63% | 0.98% | - |
| XYZ | 49.35 | 36.48 | 14.8 | - |
| YUV | 160.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 93 | 0 | 0.49 | 0.63 | 0.02 | 12.91 | 0.95 | 0.67 |
| Hex | FB | 7F | 5D | 0 | 31 | 3F | 2 | D | 5F | 43 |
| Octal | 373 | 177 | 135 | 0 | 61 | 77 | 2 | 15 | 137 | 103 |
| Binary | 11111011 | 1111111 | 1011101 | 0 | 110001 | 111111 | 10 | 1101 | 1011111 | 1000011 |
Color Harmonies of #FB7F5D
Complementary color
Monochromatic Colors of #FB7F5D
Black with #FB7F5D
Text Example
Text Example
White with #FB7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F5D; }
p { color: rgb(251,127,93); }
H1.HeaderClassName
{
color: #FB7F5D;
}
.AnyTagClassName
{
color: #FB7F5D;
}
</style>
background-color css
<style>
a { background-color: #FB7F5D; }
a { background-color: rgb(251,127,93); }
div.DivClassName
{
background-color: #FB7F5D;
}
.BgClassName
{
background-color: #FB7F5D;
}
</style>
border-color css
<style>
span { border-color: #FB7F5D; }
span { border-color: rgb(251,127,93); }
td.TdClassName
{
border-color: #FB7F5D;
}
.TagClassName
{
border-color: #FB7F5D;
}
</style>