Shades of Coral #FB8053
Tints of Coral #FB8053
RGB
CMYK
RGB Variations
Color information
#FB8053 (or 0xFB8053) is known color: Coral. HEX triplet: FB, 80 and 53. RGB value is (251,128,83). Sum of RGB (Red+Green+Blue) = 251+128+83=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8053 is #047FAC. Grayscale: #9F9F9F. Windows color (decimal): -294829 or 5472507. OLE color: 5472507.
HSL color Cylindrical-coordinate representation of color #FB8053: hue angle of 16.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8053 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 83 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.02 |
| HSL | 16.07º | 0.95% | 0.65% | - |
| HSV(B) | 16.07º | 0.67% | 0.98% | - |
| XYZ | 49.06 | 36.57 | 12.66 | - |
| YUV | 159.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 83 | 0 | 0.49 | 0.67 | 0.02 | 16.07 | 0.95 | 0.65 |
| Hex | FB | 80 | 53 | 0 | 31 | 43 | 2 | 10 | 5F | 41 |
| Octal | 373 | 200 | 123 | 0 | 61 | 103 | 2 | 20 | 137 | 101 |
| Binary | 11111011 | 10000000 | 1010011 | 0 | 110001 | 1000011 | 10 | 10000 | 1011111 | 1000001 |
Color Harmonies of #FB8053
Complementary color
Monochromatic Colors of #FB8053
Black with #FB8053
Text Example
Text Example
White with #FB8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8053; }
p { color: rgb(251,128,83); }
H1.HeaderClassName
{
color: #FB8053;
}
.AnyTagClassName
{
color: #FB8053;
}
</style>
background-color css
<style>
a { background-color: #FB8053; }
a { background-color: rgb(251,128,83); }
div.DivClassName
{
background-color: #FB8053;
}
.BgClassName
{
background-color: #FB8053;
}
</style>
border-color css
<style>
span { border-color: #FB8053; }
span { border-color: rgb(251,128,83); }
td.TdClassName
{
border-color: #FB8053;
}
.TagClassName
{
border-color: #FB8053;
}
</style>