Shades of Coral #FB8358
Tints of Coral #FB8358
RGB
CMYK
RGB Variations
Color information
#FB8358 (or 0xFB8358) is known color: Coral. HEX triplet: FB, 83 and 58. RGB value is (251,131,88). Sum of RGB (Red+Green+Blue) = 251+131+88=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8358 is #047CA7. Grayscale: #A2A2A2. Windows color (decimal): -294056 or 5800955. OLE color: 5800955.
HSL color Cylindrical-coordinate representation of color #FB8358: hue angle of 15.83º 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 #FB8358 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 88 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.02 |
| HSL | 15.83º | 0.95% | 0.66% | - |
| HSV(B) | 15.83º | 0.65% | 0.98% | - |
| XYZ | 49.66 | 37.45 | 13.84 | - |
| YUV | 161.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 88 | 0 | 0.48 | 0.65 | 0.02 | 15.83 | 0.95 | 0.66 |
| Hex | FB | 83 | 58 | 0 | 30 | 41 | 2 | 10 | 5F | 42 |
| Octal | 373 | 203 | 130 | 0 | 60 | 101 | 2 | 20 | 137 | 102 |
| Binary | 11111011 | 10000011 | 1011000 | 0 | 110000 | 1000001 | 10 | 10000 | 1011111 | 1000010 |
Color Harmonies of #FB8358
Complementary color
Monochromatic Colors of #FB8358
Black with #FB8358
Text Example
Text Example
White with #FB8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8358; }
p { color: rgb(251,131,88); }
H1.HeaderClassName
{
color: #FB8358;
}
.AnyTagClassName
{
color: #FB8358;
}
</style>
background-color css
<style>
a { background-color: #FB8358; }
a { background-color: rgb(251,131,88); }
div.DivClassName
{
background-color: #FB8358;
}
.BgClassName
{
background-color: #FB8358;
}
</style>
border-color css
<style>
span { border-color: #FB8358; }
span { border-color: rgb(251,131,88); }
td.TdClassName
{
border-color: #FB8358;
}
.TagClassName
{
border-color: #FB8358;
}
</style>