Shades of Coral #FB814E
Tints of Coral #FB814E
RGB
CMYK
RGB Variations
Color information
#FB814E (or 0xFB814E) is known color: Coral. HEX triplet: FB, 81 and 4E. RGB value is (251,129,78). Sum of RGB (Red+Green+Blue) = 251+129+78=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB814E is #047EB1. Grayscale: #9F9F9F. Windows color (decimal): -294578 or 5145083. OLE color: 5145083.
HSL color Cylindrical-coordinate representation of color #FB814E: hue angle of 17.69º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB814E is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 78 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.02 |
| HSL | 17.69º | 0.96% | 0.65% | - |
| HSV(B) | 17.69º | 0.69% | 0.98% | - |
| XYZ | 49.01 | 36.76 | 11.72 | - |
| YUV | 159.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 78 | 0 | 0.49 | 0.69 | 0.02 | 17.69 | 0.96 | 0.65 |
| Hex | FB | 81 | 4E | 0 | 31 | 45 | 2 | 12 | 60 | 41 |
| Octal | 373 | 201 | 116 | 0 | 61 | 105 | 2 | 22 | 140 | 101 |
| Binary | 11111011 | 10000001 | 1001110 | 0 | 110001 | 1000101 | 10 | 10010 | 1100000 | 1000001 |
Color Harmonies of #FB814E
Complementary color
Monochromatic Colors of #FB814E
Black with #FB814E
Text Example
Text Example
White with #FB814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB814E; }
p { color: rgb(251,129,78); }
H1.HeaderClassName
{
color: #FB814E;
}
.AnyTagClassName
{
color: #FB814E;
}
</style>
background-color css
<style>
a { background-color: #FB814E; }
a { background-color: rgb(251,129,78); }
div.DivClassName
{
background-color: #FB814E;
}
.BgClassName
{
background-color: #FB814E;
}
</style>
border-color css
<style>
span { border-color: #FB814E; }
span { border-color: rgb(251,129,78); }
td.TdClassName
{
border-color: #FB814E;
}
.TagClassName
{
border-color: #FB814E;
}
</style>