Shades of Coral #FB7A45
Tints of Coral #FB7A45
RGB
CMYK
RGB Variations
Color information
#FB7A45 (or 0xFB7A45) is known color: Coral. HEX triplet: FB, 7A and 45. RGB value is (251,122,69). Sum of RGB (Red+Green+Blue) = 251+122+69=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A45 is #0485BA. Grayscale: #9A9A9A. Windows color (decimal): -296379 or 4553467. OLE color: 4553467.
HSL color Cylindrical-coordinate representation of color #FB7A45: hue angle of 17.47º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB7A45 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 69 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.02 |
| HSL | 17.47º | 0.96% | 0.63% | - |
| HSV(B) | 17.47º | 0.73% | 0.98% | - |
| XYZ | 47.82 | 34.86 | 9.84 | - |
| YUV | 154.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 69 | 0 | 0.51 | 0.73 | 0.02 | 17.47 | 0.96 | 0.63 |
| Hex | FB | 7A | 45 | 0 | 33 | 49 | 2 | 11 | 60 | 3F |
| Octal | 373 | 172 | 105 | 0 | 63 | 111 | 2 | 21 | 140 | 77 |
| Binary | 11111011 | 1111010 | 1000101 | 0 | 110011 | 1001001 | 10 | 10001 | 1100000 | 111111 |
Color Harmonies of #FB7A45
Complementary color
Monochromatic Colors of #FB7A45
Black with #FB7A45
Text Example
Text Example
White with #FB7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A45; }
p { color: rgb(251,122,69); }
H1.HeaderClassName
{
color: #FB7A45;
}
.AnyTagClassName
{
color: #FB7A45;
}
</style>
background-color css
<style>
a { background-color: #FB7A45; }
a { background-color: rgb(251,122,69); }
div.DivClassName
{
background-color: #FB7A45;
}
.BgClassName
{
background-color: #FB7A45;
}
</style>
border-color css
<style>
span { border-color: #FB7A45; }
span { border-color: rgb(251,122,69); }
td.TdClassName
{
border-color: #FB7A45;
}
.TagClassName
{
border-color: #FB7A45;
}
</style>