Shades of Coral #FB764C
Tints of Coral #FB764C
RGB
CMYK
RGB Variations
Color information
#FB764C (or 0xFB764C) is known color: Coral. HEX triplet: FB, 76 and 4C. RGB value is (251,118,76). Sum of RGB (Red+Green+Blue) = 251+118+76=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB764C is #0489B3. Grayscale: #999999. Windows color (decimal): -297396 or 5011195. OLE color: 5011195.
HSL color Cylindrical-coordinate representation of color #FB764C: hue angle of 14.4º 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 #FB764C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 76 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.02 |
| HSL | 14.4º | 0.96% | 0.64% | - |
| HSV(B) | 14.4º | 0.7% | 0.98% | - |
| XYZ | 47.57 | 33.99 | 10.89 | - |
| YUV | 152.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 76 | 0 | 0.53 | 0.70 | 0.02 | 14.4 | 0.96 | 0.64 |
| Hex | FB | 76 | 4C | 0 | 35 | 46 | 2 | E | 60 | 40 |
| Octal | 373 | 166 | 114 | 0 | 65 | 106 | 2 | 16 | 140 | 100 |
| Binary | 11111011 | 1110110 | 1001100 | 0 | 110101 | 1000110 | 10 | 1110 | 1100000 | 1000000 |
Color Harmonies of #FB764C
Complementary color
Monochromatic Colors of #FB764C
Black with #FB764C
Text Example
Text Example
White with #FB764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB764C; }
p { color: rgb(251,118,76); }
H1.HeaderClassName
{
color: #FB764C;
}
.AnyTagClassName
{
color: #FB764C;
}
</style>
background-color css
<style>
a { background-color: #FB764C; }
a { background-color: rgb(251,118,76); }
div.DivClassName
{
background-color: #FB764C;
}
.BgClassName
{
background-color: #FB764C;
}
</style>
border-color css
<style>
span { border-color: #FB764C; }
span { border-color: rgb(251,118,76); }
td.TdClassName
{
border-color: #FB764C;
}
.TagClassName
{
border-color: #FB764C;
}
</style>