Shades of Coral #FB805B
Tints of Coral #FB805B
RGB
CMYK
RGB Variations
Color information
#FB805B (or 0xFB805B) is known color: Coral. HEX triplet: FB, 80 and 5B. RGB value is (251,128,91). Sum of RGB (Red+Green+Blue) = 251+128+91=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB805B is #047FA4. Grayscale: #A0A0A0. Windows color (decimal): -294821 or 5996795. OLE color: 5996795.
HSL color Cylindrical-coordinate representation of color #FB805B: hue angle of 13.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB805B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 13.88º | 0.95% | 0.67% | - |
| HSV(B) | 13.88º | 0.64% | 0.98% | - |
| XYZ | 49.39 | 36.7 | 14.38 | - |
| YUV | 160.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 91 | 0 | 0.49 | 0.64 | 0.02 | 13.88 | 0.95 | 0.67 |
| Hex | FB | 80 | 5B | 0 | 31 | 40 | 2 | E | 5F | 43 |
| Octal | 373 | 200 | 133 | 0 | 61 | 100 | 2 | 16 | 137 | 103 |
| Binary | 11111011 | 10000000 | 1011011 | 0 | 110001 | 1000000 | 10 | 1110 | 1011111 | 1000011 |
Color Harmonies of #FB805B
Complementary color
Monochromatic Colors of #FB805B
Black with #FB805B
Text Example
Text Example
White with #FB805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB805B; }
p { color: rgb(251,128,91); }
H1.HeaderClassName
{
color: #FB805B;
}
.AnyTagClassName
{
color: #FB805B;
}
</style>
background-color css
<style>
a { background-color: #FB805B; }
a { background-color: rgb(251,128,91); }
div.DivClassName
{
background-color: #FB805B;
}
.BgClassName
{
background-color: #FB805B;
}
</style>
border-color css
<style>
span { border-color: #FB805B; }
span { border-color: rgb(251,128,91); }
td.TdClassName
{
border-color: #FB805B;
}
.TagClassName
{
border-color: #FB805B;
}
</style>