Shades of Coral #FB844D
Tints of Coral #FB844D
RGB
CMYK
RGB Variations
Color information
#FB844D (or 0xFB844D) is known color: Coral. HEX triplet: FB, 84 and 4D. RGB value is (251,132,77). Sum of RGB (Red+Green+Blue) = 251+132+77=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB844D is #047BB2. Grayscale: #A1A1A1. Windows color (decimal): -293811 or 5080315. OLE color: 5080315.
HSL color Cylindrical-coordinate representation of color #FB844D: hue angle of 18.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB844D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.02 |
| HSL | 18.97º | 0.96% | 0.64% | - |
| HSV(B) | 18.97º | 0.69% | 0.98% | - |
| XYZ | 49.37 | 37.55 | 11.67 | - |
| YUV | 161.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 77 | 0 | 0.47 | 0.69 | 0.02 | 18.97 | 0.96 | 0.64 |
| Hex | FB | 84 | 4D | 0 | 2F | 45 | 2 | 13 | 60 | 40 |
| Octal | 373 | 204 | 115 | 0 | 57 | 105 | 2 | 23 | 140 | 100 |
| Binary | 11111011 | 10000100 | 1001101 | 0 | 101111 | 1000101 | 10 | 10011 | 1100000 | 1000000 |
Color Harmonies of #FB844D
Complementary color
Monochromatic Colors of #FB844D
Black with #FB844D
Text Example
Text Example
White with #FB844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB844D; }
p { color: rgb(251,132,77); }
H1.HeaderClassName
{
color: #FB844D;
}
.AnyTagClassName
{
color: #FB844D;
}
</style>
background-color css
<style>
a { background-color: #FB844D; }
a { background-color: rgb(251,132,77); }
div.DivClassName
{
background-color: #FB844D;
}
.BgClassName
{
background-color: #FB844D;
}
</style>
border-color css
<style>
span { border-color: #FB844D; }
span { border-color: rgb(251,132,77); }
td.TdClassName
{
border-color: #FB844D;
}
.TagClassName
{
border-color: #FB844D;
}
</style>