Shades of Coral #FB8352
Tints of Coral #FB8352
RGB
CMYK
RGB Variations
Color information
#FB8352 (or 0xFB8352) is known color: Coral. HEX triplet: FB, 83 and 52. RGB value is (251,131,82). Sum of RGB (Red+Green+Blue) = 251+131+82=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8352 is #047CAD. Grayscale: #A1A1A1. Windows color (decimal): -294062 or 5407739. OLE color: 5407739.
HSL color Cylindrical-coordinate representation of color #FB8352: hue angle of 17.4º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8352 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 82 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.02 |
| HSL | 17.4º | 0.95% | 0.65% | - |
| HSV(B) | 17.4º | 0.67% | 0.98% | - |
| XYZ | 49.42 | 37.35 | 12.59 | - |
| YUV | 161.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 82 | 0 | 0.48 | 0.67 | 0.02 | 17.4 | 0.95 | 0.65 |
| Hex | FB | 83 | 52 | 0 | 30 | 43 | 2 | 11 | 5F | 41 |
| Octal | 373 | 203 | 122 | 0 | 60 | 103 | 2 | 21 | 137 | 101 |
| Binary | 11111011 | 10000011 | 1010010 | 0 | 110000 | 1000011 | 10 | 10001 | 1011111 | 1000001 |
Color Harmonies of #FB8352
Complementary color
Monochromatic Colors of #FB8352
Black with #FB8352
Text Example
Text Example
White with #FB8352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8352; }
p { color: rgb(251,131,82); }
H1.HeaderClassName
{
color: #FB8352;
}
.AnyTagClassName
{
color: #FB8352;
}
</style>
background-color css
<style>
a { background-color: #FB8352; }
a { background-color: rgb(251,131,82); }
div.DivClassName
{
background-color: #FB8352;
}
.BgClassName
{
background-color: #FB8352;
}
</style>
border-color css
<style>
span { border-color: #FB8352; }
span { border-color: rgb(251,131,82); }
td.TdClassName
{
border-color: #FB8352;
}
.TagClassName
{
border-color: #FB8352;
}
</style>