Shades of Coral #FB8458
Tints of Coral #FB8458
RGB
CMYK
RGB Variations
Color information
#FB8458 (or 0xFB8458) is known color: Coral. HEX triplet: FB, 84 and 58. RGB value is (251,132,88). Sum of RGB (Red+Green+Blue) = 251+132+88=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8458 is #047BA7. Grayscale: #A2A2A2. Windows color (decimal): -293800 or 5801211. OLE color: 5801211.
HSL color Cylindrical-coordinate representation of color #FB8458: hue angle of 16.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB8458 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 88 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.02 |
| HSL | 16.2º | 0.95% | 0.66% | - |
| HSV(B) | 16.2º | 0.65% | 0.98% | - |
| XYZ | 49.8 | 37.72 | 13.89 | - |
| YUV | 162.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 88 | 0 | 0.47 | 0.65 | 0.02 | 16.2 | 0.95 | 0.66 |
| Hex | FB | 84 | 58 | 0 | 2F | 41 | 2 | 10 | 5F | 42 |
| Octal | 373 | 204 | 130 | 0 | 57 | 101 | 2 | 20 | 137 | 102 |
| Binary | 11111011 | 10000100 | 1011000 | 0 | 101111 | 1000001 | 10 | 10000 | 1011111 | 1000010 |
Color Harmonies of #FB8458
Complementary color
Monochromatic Colors of #FB8458
Black with #FB8458
Text Example
Text Example
White with #FB8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8458; }
p { color: rgb(251,132,88); }
H1.HeaderClassName
{
color: #FB8458;
}
.AnyTagClassName
{
color: #FB8458;
}
</style>
background-color css
<style>
a { background-color: #FB8458; }
a { background-color: rgb(251,132,88); }
div.DivClassName
{
background-color: #FB8458;
}
.BgClassName
{
background-color: #FB8458;
}
</style>
border-color css
<style>
span { border-color: #FB8458; }
span { border-color: rgb(251,132,88); }
td.TdClassName
{
border-color: #FB8458;
}
.TagClassName
{
border-color: #FB8458;
}
</style>