Shades of Coral #FB8544
Tints of Coral #FB8544
RGB
CMYK
RGB Variations
Color information
#FB8544 (or 0xFB8544) is known color: Coral. HEX triplet: FB, 85 and 44. RGB value is (251,133,68). Sum of RGB (Red+Green+Blue) = 251+133+68=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8544 is #047ABB. Grayscale: #A1A1A1. Windows color (decimal): -293564 or 4490747. OLE color: 4490747.
HSL color Cylindrical-coordinate representation of color #FB8544: hue angle of 21.31º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB8544 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 68 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.31º | 0.96% | 0.63% | - |
| HSV(B) | 21.31º | 0.73% | 0.98% | - |
| XYZ | 49.21 | 37.7 | 10.15 | - |
| YUV | 160.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 68 | 0 | 0.47 | 0.73 | 0.02 | 21.31 | 0.96 | 0.63 |
| Hex | FB | 85 | 44 | 0 | 2F | 49 | 2 | 15 | 60 | 3F |
| Octal | 373 | 205 | 104 | 0 | 57 | 111 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000101 | 1000100 | 0 | 101111 | 1001001 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8544
Complementary color
Monochromatic Colors of #FB8544
Black with #FB8544
Text Example
Text Example
White with #FB8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8544; }
p { color: rgb(251,133,68); }
H1.HeaderClassName
{
color: #FB8544;
}
.AnyTagClassName
{
color: #FB8544;
}
</style>
background-color css
<style>
a { background-color: #FB8544; }
a { background-color: rgb(251,133,68); }
div.DivClassName
{
background-color: #FB8544;
}
.BgClassName
{
background-color: #FB8544;
}
</style>
border-color css
<style>
span { border-color: #FB8544; }
span { border-color: rgb(251,133,68); }
td.TdClassName
{
border-color: #FB8544;
}
.TagClassName
{
border-color: #FB8544;
}
</style>