Shades of Coral #FB815D
Tints of Coral #FB815D
RGB
CMYK
RGB Variations
Color information
#FB815D (or 0xFB815D) is known color: Coral. HEX triplet: FB, 81 and 5D. RGB value is (251,129,93). Sum of RGB (Red+Green+Blue) = 251+129+93=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB815D is #047EA2. Grayscale: #A1A1A1. Windows color (decimal): -294563 or 6128123. OLE color: 6128123.
HSL color Cylindrical-coordinate representation of color #FB815D: hue angle of 13.67º 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 #FB815D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 93 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.02 |
| HSL | 13.67º | 0.95% | 0.67% | - |
| HSV(B) | 13.67º | 0.63% | 0.98% | - |
| XYZ | 49.61 | 37 | 14.88 | - |
| YUV | 161.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 93 | 0 | 0.49 | 0.63 | 0.02 | 13.67 | 0.95 | 0.67 |
| Hex | FB | 81 | 5D | 0 | 31 | 3F | 2 | E | 5F | 43 |
| Octal | 373 | 201 | 135 | 0 | 61 | 77 | 2 | 16 | 137 | 103 |
| Binary | 11111011 | 10000001 | 1011101 | 0 | 110001 | 111111 | 10 | 1110 | 1011111 | 1000011 |
Color Harmonies of #FB815D
Complementary color
Monochromatic Colors of #FB815D
Black with #FB815D
Text Example
Text Example
White with #FB815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB815D; }
p { color: rgb(251,129,93); }
H1.HeaderClassName
{
color: #FB815D;
}
.AnyTagClassName
{
color: #FB815D;
}
</style>
background-color css
<style>
a { background-color: #FB815D; }
a { background-color: rgb(251,129,93); }
div.DivClassName
{
background-color: #FB815D;
}
.BgClassName
{
background-color: #FB815D;
}
</style>
border-color css
<style>
span { border-color: #FB815D; }
span { border-color: rgb(251,129,93); }
td.TdClassName
{
border-color: #FB815D;
}
.TagClassName
{
border-color: #FB815D;
}
</style>