Shades of Coral #FB7A46
Tints of Coral #FB7A46
RGB
CMYK
RGB Variations
Color information
#FB7A46 (or 0xFB7A46) is known color: Coral. HEX triplet: FB, 7A and 46. RGB value is (251,122,70). Sum of RGB (Red+Green+Blue) = 251+122+70=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A46 is #0485B9. Grayscale: #9A9A9A. Windows color (decimal): -296378 or 4619003. OLE color: 4619003.
HSL color Cylindrical-coordinate representation of color #FB7A46: hue angle of 17.24º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB7A46 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 70 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.02 |
| HSL | 17.24º | 0.96% | 0.63% | - |
| HSV(B) | 17.24º | 0.72% | 0.98% | - |
| XYZ | 47.85 | 34.87 | 10 | - |
| YUV | 154.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 70 | 0 | 0.51 | 0.72 | 0.02 | 17.24 | 0.96 | 0.63 |
| Hex | FB | 7A | 46 | 0 | 33 | 48 | 2 | 11 | 60 | 3F |
| Octal | 373 | 172 | 106 | 0 | 63 | 110 | 2 | 21 | 140 | 77 |
| Binary | 11111011 | 1111010 | 1000110 | 0 | 110011 | 1001000 | 10 | 10001 | 1100000 | 111111 |
Color Harmonies of #FB7A46
Complementary color
Monochromatic Colors of #FB7A46
Black with #FB7A46
Text Example
Text Example
White with #FB7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A46; }
p { color: rgb(251,122,70); }
H1.HeaderClassName
{
color: #FB7A46;
}
.AnyTagClassName
{
color: #FB7A46;
}
</style>
background-color css
<style>
a { background-color: #FB7A46; }
a { background-color: rgb(251,122,70); }
div.DivClassName
{
background-color: #FB7A46;
}
.BgClassName
{
background-color: #FB7A46;
}
</style>
border-color css
<style>
span { border-color: #FB7A46; }
span { border-color: rgb(251,122,70); }
td.TdClassName
{
border-color: #FB7A46;
}
.TagClassName
{
border-color: #FB7A46;
}
</style>