Shades of Coral #FB724C
Tints of Coral #FB724C
RGB
CMYK
RGB Variations
Color information
#FB724C (or 0xFB724C) is known color: Coral. HEX triplet: FB, 72 and 4C. RGB value is (251,114,76). Sum of RGB (Red+Green+Blue) = 251+114+76=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB724C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB724C is #048DB3. Grayscale: #969696. Windows color (decimal): -298420 or 5010171. OLE color: 5010171.
HSL color Cylindrical-coordinate representation of color #FB724C: hue angle of 13.03º 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 #FB724C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 76 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.02 |
| HSL | 13.03º | 0.96% | 0.64% | - |
| HSV(B) | 13.03º | 0.7% | 0.98% | - |
| XYZ | 47.11 | 33.07 | 10.74 | - |
| YUV | 150.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 76 | 0 | 0.55 | 0.70 | 0.02 | 13.03 | 0.96 | 0.64 |
| Hex | FB | 72 | 4C | 0 | 37 | 46 | 2 | D | 60 | 40 |
| Octal | 373 | 162 | 114 | 0 | 67 | 106 | 2 | 15 | 140 | 100 |
| Binary | 11111011 | 1110010 | 1001100 | 0 | 110111 | 1000110 | 10 | 1101 | 1100000 | 1000000 |
Color Harmonies of #FB724C
Complementary color
Monochromatic Colors of #FB724C
Black with #FB724C
Text Example
Text Example
White with #FB724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB724C; }
p { color: rgb(251,114,76); }
H1.HeaderClassName
{
color: #FB724C;
}
.AnyTagClassName
{
color: #FB724C;
}
</style>
background-color css
<style>
a { background-color: #FB724C; }
a { background-color: rgb(251,114,76); }
div.DivClassName
{
background-color: #FB724C;
}
.BgClassName
{
background-color: #FB724C;
}
</style>
border-color css
<style>
span { border-color: #FB724C; }
span { border-color: rgb(251,114,76); }
td.TdClassName
{
border-color: #FB724C;
}
.TagClassName
{
border-color: #FB724C;
}
</style>