Shades of Coral #FB824D
Tints of Coral #FB824D
RGB
CMYK
RGB Variations
Color information
#FB824D (or 0xFB824D) is known color: Coral. HEX triplet: FB, 82 and 4D. RGB value is (251,130,77). Sum of RGB (Red+Green+Blue) = 251+130+77=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB824D is #047DB2. Grayscale: #A0A0A0. Windows color (decimal): -294323 or 5079803. OLE color: 5079803.
HSL color Cylindrical-coordinate representation of color #FB824D: hue angle of 18.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB824D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 77 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.02 |
| HSL | 18.28º | 0.96% | 0.64% | - |
| HSV(B) | 18.28º | 0.69% | 0.98% | - |
| XYZ | 49.11 | 37.01 | 11.58 | - |
| YUV | 160.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 77 | 0 | 0.48 | 0.69 | 0.02 | 18.28 | 0.96 | 0.64 |
| Hex | FB | 82 | 4D | 0 | 30 | 45 | 2 | 12 | 60 | 40 |
| Octal | 373 | 202 | 115 | 0 | 60 | 105 | 2 | 22 | 140 | 100 |
| Binary | 11111011 | 10000010 | 1001101 | 0 | 110000 | 1000101 | 10 | 10010 | 1100000 | 1000000 |
Color Harmonies of #FB824D
Complementary color
Monochromatic Colors of #FB824D
Black with #FB824D
Text Example
Text Example
White with #FB824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB824D; }
p { color: rgb(251,130,77); }
H1.HeaderClassName
{
color: #FB824D;
}
.AnyTagClassName
{
color: #FB824D;
}
</style>
background-color css
<style>
a { background-color: #FB824D; }
a { background-color: rgb(251,130,77); }
div.DivClassName
{
background-color: #FB824D;
}
.BgClassName
{
background-color: #FB824D;
}
</style>
border-color css
<style>
span { border-color: #FB824D; }
span { border-color: rgb(251,130,77); }
td.TdClassName
{
border-color: #FB824D;
}
.TagClassName
{
border-color: #FB824D;
}
</style>