Shades of Coral #FB8546
Tints of Coral #FB8546
RGB
CMYK
RGB Variations
Color information
#FB8546 (or 0xFB8546) is known color: Coral. HEX triplet: FB, 85 and 46. RGB value is (251,133,70). Sum of RGB (Red+Green+Blue) = 251+133+70=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8546 is #047AB9. Grayscale: #A1A1A1. Windows color (decimal): -293562 or 4621819. OLE color: 4621819.
HSL color Cylindrical-coordinate representation of color #FB8546: hue angle of 20.88º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB8546 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 70 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.02 |
| HSL | 20.88º | 0.96% | 0.63% | - |
| HSV(B) | 20.88º | 0.72% | 0.98% | - |
| XYZ | 49.28 | 37.73 | 10.48 | - |
| YUV | 161.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 70 | 0 | 0.47 | 0.72 | 0.02 | 20.88 | 0.96 | 0.63 |
| Hex | FB | 85 | 46 | 0 | 2F | 48 | 2 | 15 | 60 | 3F |
| Octal | 373 | 205 | 106 | 0 | 57 | 110 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000101 | 1000110 | 0 | 101111 | 1001000 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8546
Complementary color
Monochromatic Colors of #FB8546
Black with #FB8546
Text Example
Text Example
White with #FB8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8546; }
p { color: rgb(251,133,70); }
H1.HeaderClassName
{
color: #FB8546;
}
.AnyTagClassName
{
color: #FB8546;
}
</style>
background-color css
<style>
a { background-color: #FB8546; }
a { background-color: rgb(251,133,70); }
div.DivClassName
{
background-color: #FB8546;
}
.BgClassName
{
background-color: #FB8546;
}
</style>
border-color css
<style>
span { border-color: #FB8546; }
span { border-color: rgb(251,133,70); }
td.TdClassName
{
border-color: #FB8546;
}
.TagClassName
{
border-color: #FB8546;
}
</style>