Shades of Coral #FB8144
Tints of Coral #FB8144
RGB
CMYK
RGB Variations
Color information
#FB8144 (or 0xFB8144) is known color: Coral. HEX triplet: FB, 81 and 44. RGB value is (251,129,68). Sum of RGB (Red+Green+Blue) = 251+129+68=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8144 is #047EBB. Grayscale: #9E9E9E. Windows color (decimal): -294588 or 4489723. OLE color: 4489723.
HSL color Cylindrical-coordinate representation of color #FB8144: hue angle of 20º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB8144 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 68 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.02 |
| HSL | 20º | 0.96% | 0.63% | - |
| HSV(B) | 20º | 0.73% | 0.98% | - |
| XYZ | 48.68 | 36.63 | 9.97 | - |
| YUV | 158.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 68 | 0 | 0.49 | 0.73 | 0.02 | 20 | 0.96 | 0.63 |
| Hex | FB | 81 | 44 | 0 | 31 | 49 | 2 | 14 | 60 | 3F |
| Octal | 373 | 201 | 104 | 0 | 61 | 111 | 2 | 24 | 140 | 77 |
| Binary | 11111011 | 10000001 | 1000100 | 0 | 110001 | 1001001 | 10 | 10100 | 1100000 | 111111 |
Color Harmonies of #FB8144
Complementary color
Monochromatic Colors of #FB8144
Black with #FB8144
Text Example
Text Example
White with #FB8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8144; }
p { color: rgb(251,129,68); }
H1.HeaderClassName
{
color: #FB8144;
}
.AnyTagClassName
{
color: #FB8144;
}
</style>
background-color css
<style>
a { background-color: #FB8144; }
a { background-color: rgb(251,129,68); }
div.DivClassName
{
background-color: #FB8144;
}
.BgClassName
{
background-color: #FB8144;
}
</style>
border-color css
<style>
span { border-color: #FB8144; }
span { border-color: rgb(251,129,68); }
td.TdClassName
{
border-color: #FB8144;
}
.TagClassName
{
border-color: #FB8144;
}
</style>