Shades of Coral #FB844F
Tints of Coral #FB844F
RGB
CMYK
RGB Variations
Color information
#FB844F (or 0xFB844F) is known color: Coral. HEX triplet: FB, 84 and 4F. RGB value is (251,132,79). Sum of RGB (Red+Green+Blue) = 251+132+79=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB844F is #047BB0. Grayscale: #A1A1A1. Windows color (decimal): -293809 or 5211387. OLE color: 5211387.
HSL color Cylindrical-coordinate representation of color #FB844F: hue angle of 18.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB844F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 79 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.02 |
| HSL | 18.49º | 0.96% | 0.65% | - |
| HSV(B) | 18.49º | 0.69% | 0.98% | - |
| XYZ | 49.45 | 37.58 | 12.04 | - |
| YUV | 161.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 79 | 0 | 0.47 | 0.69 | 0.02 | 18.49 | 0.96 | 0.65 |
| Hex | FB | 84 | 4F | 0 | 2F | 45 | 2 | 12 | 60 | 41 |
| Octal | 373 | 204 | 117 | 0 | 57 | 105 | 2 | 22 | 140 | 101 |
| Binary | 11111011 | 10000100 | 1001111 | 0 | 101111 | 1000101 | 10 | 10010 | 1100000 | 1000001 |
Color Harmonies of #FB844F
Complementary color
Monochromatic Colors of #FB844F
Black with #FB844F
Text Example
Text Example
White with #FB844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB844F; }
p { color: rgb(251,132,79); }
H1.HeaderClassName
{
color: #FB844F;
}
.AnyTagClassName
{
color: #FB844F;
}
</style>
background-color css
<style>
a { background-color: #FB844F; }
a { background-color: rgb(251,132,79); }
div.DivClassName
{
background-color: #FB844F;
}
.BgClassName
{
background-color: #FB844F;
}
</style>
border-color css
<style>
span { border-color: #FB844F; }
span { border-color: rgb(251,132,79); }
td.TdClassName
{
border-color: #FB844F;
}
.TagClassName
{
border-color: #FB844F;
}
</style>