Shades of Coral #FB8250
Tints of Coral #FB8250
RGB
CMYK
RGB Variations
Color information
#FB8250 (or 0xFB8250) is known color: Coral. HEX triplet: FB, 82 and 50. RGB value is (251,130,80). Sum of RGB (Red+Green+Blue) = 251+130+80=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8250 is #047DAF. Grayscale: #A0A0A0. Windows color (decimal): -294320 or 5276411. OLE color: 5276411.
HSL color Cylindrical-coordinate representation of color #FB8250: hue angle of 17.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB8250 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 80 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.02 |
| HSL | 17.54º | 0.96% | 0.65% | - |
| HSV(B) | 17.54º | 0.68% | 0.98% | - |
| XYZ | 49.21 | 37.05 | 12.15 | - |
| YUV | 160.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 80 | 0 | 0.48 | 0.68 | 0.02 | 17.54 | 0.96 | 0.65 |
| Hex | FB | 82 | 50 | 0 | 30 | 44 | 2 | 12 | 60 | 41 |
| Octal | 373 | 202 | 120 | 0 | 60 | 104 | 2 | 22 | 140 | 101 |
| Binary | 11111011 | 10000010 | 1010000 | 0 | 110000 | 1000100 | 10 | 10010 | 1100000 | 1000001 |
Color Harmonies of #FB8250
Complementary color
Monochromatic Colors of #FB8250
Black with #FB8250
Text Example
Text Example
White with #FB8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8250; }
p { color: rgb(251,130,80); }
H1.HeaderClassName
{
color: #FB8250;
}
.AnyTagClassName
{
color: #FB8250;
}
</style>
background-color css
<style>
a { background-color: #FB8250; }
a { background-color: rgb(251,130,80); }
div.DivClassName
{
background-color: #FB8250;
}
.BgClassName
{
background-color: #FB8250;
}
</style>
border-color css
<style>
span { border-color: #FB8250; }
span { border-color: rgb(251,130,80); }
td.TdClassName
{
border-color: #FB8250;
}
.TagClassName
{
border-color: #FB8250;
}
</style>