Shades of Coral #FB8040
Tints of Coral #FB8040
RGB
CMYK
RGB Variations
Color information
#FB8040 (or 0xFB8040) is known color: Coral. HEX triplet: FB, 80 and 40. RGB value is (251,128,64). Sum of RGB (Red+Green+Blue) = 251+128+64=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8040 is #047FBF. Grayscale: #9D9D9D. Windows color (decimal): -294848 or 4227323. OLE color: 4227323.
HSL color Cylindrical-coordinate representation of color #FB8040: hue angle of 20.53º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB8040 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 64 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.02 |
| HSL | 20.53º | 0.96% | 0.62% | - |
| HSV(B) | 20.53º | 0.75% | 0.98% | - |
| XYZ | 48.43 | 36.32 | 9.31 | - |
| YUV | 157.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 64 | 0 | 0.49 | 0.75 | 0.02 | 20.53 | 0.96 | 0.62 |
| Hex | FB | 80 | 40 | 0 | 31 | 4B | 2 | 15 | 60 | 3E |
| Octal | 373 | 200 | 100 | 0 | 61 | 113 | 2 | 25 | 140 | 76 |
| Binary | 11111011 | 10000000 | 1000000 | 0 | 110001 | 1001011 | 10 | 10101 | 1100000 | 111110 |
Color Harmonies of #FB8040
Complementary color
Monochromatic Colors of #FB8040
Black with #FB8040
Text Example
Text Example
White with #FB8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8040; }
p { color: rgb(251,128,64); }
H1.HeaderClassName
{
color: #FB8040;
}
.AnyTagClassName
{
color: #FB8040;
}
</style>
background-color css
<style>
a { background-color: #FB8040; }
a { background-color: rgb(251,128,64); }
div.DivClassName
{
background-color: #FB8040;
}
.BgClassName
{
background-color: #FB8040;
}
</style>
border-color css
<style>
span { border-color: #FB8040; }
span { border-color: rgb(251,128,64); }
td.TdClassName
{
border-color: #FB8040;
}
.TagClassName
{
border-color: #FB8040;
}
</style>