Shades of Coral #FB7D46
Tints of Coral #FB7D46
RGB
CMYK
RGB Variations
Color information
#FB7D46 (or 0xFB7D46) is known color: Coral. HEX triplet: FB, 7D and 46. RGB value is (251,125,70). Sum of RGB (Red+Green+Blue) = 251+125+70=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D46 is #0482B9. Grayscale: #9C9C9C. Windows color (decimal): -295610 or 4619771. OLE color: 4619771.
HSL color Cylindrical-coordinate representation of color #FB7D46: hue angle of 18.23º 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 #FB7D46 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 70 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.02 |
| HSL | 18.23º | 0.96% | 0.63% | - |
| HSV(B) | 18.23º | 0.72% | 0.98% | - |
| XYZ | 48.22 | 35.62 | 10.13 | - |
| YUV | 156.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 70 | 0 | 0.50 | 0.72 | 0.02 | 18.23 | 0.96 | 0.63 |
| Hex | FB | 7D | 46 | 0 | 32 | 48 | 2 | 12 | 60 | 3F |
| Octal | 373 | 175 | 106 | 0 | 62 | 110 | 2 | 22 | 140 | 77 |
| Binary | 11111011 | 1111101 | 1000110 | 0 | 110010 | 1001000 | 10 | 10010 | 1100000 | 111111 |
Color Harmonies of #FB7D46
Complementary color
Monochromatic Colors of #FB7D46
Black with #FB7D46
Text Example
Text Example
White with #FB7D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D46; }
p { color: rgb(251,125,70); }
H1.HeaderClassName
{
color: #FB7D46;
}
.AnyTagClassName
{
color: #FB7D46;
}
</style>
background-color css
<style>
a { background-color: #FB7D46; }
a { background-color: rgb(251,125,70); }
div.DivClassName
{
background-color: #FB7D46;
}
.BgClassName
{
background-color: #FB7D46;
}
</style>
border-color css
<style>
span { border-color: #FB7D46; }
span { border-color: rgb(251,125,70); }
td.TdClassName
{
border-color: #FB7D46;
}
.TagClassName
{
border-color: #FB7D46;
}
</style>