Shades of Coral #FB824B
Tints of Coral #FB824B
RGB
CMYK
RGB Variations
Color information
#FB824B (or 0xFB824B) is known color: Coral. HEX triplet: FB, 82 and 4B. RGB value is (251,130,75). Sum of RGB (Red+Green+Blue) = 251+130+75=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB824B is #047DB4. Grayscale: #A0A0A0. Windows color (decimal): -294325 or 4948731. OLE color: 4948731.
HSL color Cylindrical-coordinate representation of color #FB824B: hue angle of 18.75º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB824B is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 75 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.02 |
| HSL | 18.75º | 0.96% | 0.64% | - |
| HSV(B) | 18.75º | 0.7% | 0.98% | - |
| XYZ | 49.04 | 36.98 | 11.21 | - |
| YUV | 159.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 75 | 0 | 0.48 | 0.70 | 0.02 | 18.75 | 0.96 | 0.64 |
| Hex | FB | 82 | 4B | 0 | 30 | 46 | 2 | 13 | 60 | 40 |
| Octal | 373 | 202 | 113 | 0 | 60 | 106 | 2 | 23 | 140 | 100 |
| Binary | 11111011 | 10000010 | 1001011 | 0 | 110000 | 1000110 | 10 | 10011 | 1100000 | 1000000 |
Color Harmonies of #FB824B
Complementary color
Monochromatic Colors of #FB824B
Black with #FB824B
Text Example
Text Example
White with #FB824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB824B; }
p { color: rgb(251,130,75); }
H1.HeaderClassName
{
color: #FB824B;
}
.AnyTagClassName
{
color: #FB824B;
}
</style>
background-color css
<style>
a { background-color: #FB824B; }
a { background-color: rgb(251,130,75); }
div.DivClassName
{
background-color: #FB824B;
}
.BgClassName
{
background-color: #FB824B;
}
</style>
border-color css
<style>
span { border-color: #FB824B; }
span { border-color: rgb(251,130,75); }
td.TdClassName
{
border-color: #FB824B;
}
.TagClassName
{
border-color: #FB824B;
}
</style>