Shades of Coral #FB844C
Tints of Coral #FB844C
RGB
CMYK
RGB Variations
Color information
#FB844C (or 0xFB844C) is known color: Coral. HEX triplet: FB, 84 and 4C. RGB value is (251,132,76). Sum of RGB (Red+Green+Blue) = 251+132+76=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB844C is #047BB3. Grayscale: #A1A1A1. Windows color (decimal): -293812 or 5014779. OLE color: 5014779.
HSL color Cylindrical-coordinate representation of color #FB844C: hue angle of 19.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB844C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 76 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.02 |
| HSL | 19.2º | 0.96% | 0.64% | - |
| HSV(B) | 19.2º | 0.7% | 0.98% | - |
| XYZ | 49.34 | 37.53 | 11.48 | - |
| YUV | 161.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 76 | 0 | 0.47 | 0.70 | 0.02 | 19.2 | 0.96 | 0.64 |
| Hex | FB | 84 | 4C | 0 | 2F | 46 | 2 | 13 | 60 | 40 |
| Octal | 373 | 204 | 114 | 0 | 57 | 106 | 2 | 23 | 140 | 100 |
| Binary | 11111011 | 10000100 | 1001100 | 0 | 101111 | 1000110 | 10 | 10011 | 1100000 | 1000000 |
Color Harmonies of #FB844C
Complementary color
Monochromatic Colors of #FB844C
Black with #FB844C
Text Example
Text Example
White with #FB844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB844C; }
p { color: rgb(251,132,76); }
H1.HeaderClassName
{
color: #FB844C;
}
.AnyTagClassName
{
color: #FB844C;
}
</style>
background-color css
<style>
a { background-color: #FB844C; }
a { background-color: rgb(251,132,76); }
div.DivClassName
{
background-color: #FB844C;
}
.BgClassName
{
background-color: #FB844C;
}
</style>
border-color css
<style>
span { border-color: #FB844C; }
span { border-color: rgb(251,132,76); }
td.TdClassName
{
border-color: #FB844C;
}
.TagClassName
{
border-color: #FB844C;
}
</style>