Shades of Coral #FB8346
Tints of Coral #FB8346
RGB
CMYK
RGB Variations
Color information
#FB8346 (or 0xFB8346) is known color: Coral. HEX triplet: FB, 83 and 46. RGB value is (251,131,70). Sum of RGB (Red+Green+Blue) = 251+131+70=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8346 is #047CB9. Grayscale: #A0A0A0. Windows color (decimal): -294074 or 4621307. OLE color: 4621307.
HSL color Cylindrical-coordinate representation of color #FB8346: hue angle of 20.22º 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 #FB8346 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 70 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.02 |
| HSL | 20.22º | 0.96% | 0.63% | - |
| HSV(B) | 20.22º | 0.72% | 0.98% | - |
| XYZ | 49.01 | 37.18 | 10.39 | - |
| YUV | 159.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 70 | 0 | 0.48 | 0.72 | 0.02 | 20.22 | 0.96 | 0.63 |
| Hex | FB | 83 | 46 | 0 | 30 | 48 | 2 | 14 | 60 | 3F |
| Octal | 373 | 203 | 106 | 0 | 60 | 110 | 2 | 24 | 140 | 77 |
| Binary | 11111011 | 10000011 | 1000110 | 0 | 110000 | 1001000 | 10 | 10100 | 1100000 | 111111 |
Color Harmonies of #FB8346
Complementary color
Monochromatic Colors of #FB8346
Black with #FB8346
Text Example
Text Example
White with #FB8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8346; }
p { color: rgb(251,131,70); }
H1.HeaderClassName
{
color: #FB8346;
}
.AnyTagClassName
{
color: #FB8346;
}
</style>
background-color css
<style>
a { background-color: #FB8346; }
a { background-color: rgb(251,131,70); }
div.DivClassName
{
background-color: #FB8346;
}
.BgClassName
{
background-color: #FB8346;
}
</style>
border-color css
<style>
span { border-color: #FB8346; }
span { border-color: rgb(251,131,70); }
td.TdClassName
{
border-color: #FB8346;
}
.TagClassName
{
border-color: #FB8346;
}
</style>