Shades of Coral #FB7C44
Tints of Coral #FB7C44
RGB
CMYK
RGB Variations
Color information
#FB7C44 (or 0xFB7C44) is known color: Coral. HEX triplet: FB, 7C and 44. RGB value is (251,124,68). Sum of RGB (Red+Green+Blue) = 251+124+68=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C44 is #0483BB. Grayscale: #9B9B9B. Windows color (decimal): -295868 or 4488443. OLE color: 4488443.
HSL color Cylindrical-coordinate representation of color #FB7C44: hue angle of 18.36º 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 #FB7C44 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 68 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.02 |
| HSL | 18.36º | 0.96% | 0.63% | - |
| HSV(B) | 18.36º | 0.73% | 0.98% | - |
| XYZ | 48.03 | 35.34 | 9.76 | - |
| YUV | 155.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 68 | 0 | 0.51 | 0.73 | 0.02 | 18.36 | 0.96 | 0.63 |
| Hex | FB | 7C | 44 | 0 | 33 | 49 | 2 | 12 | 60 | 3F |
| Octal | 373 | 174 | 104 | 0 | 63 | 111 | 2 | 22 | 140 | 77 |
| Binary | 11111011 | 1111100 | 1000100 | 0 | 110011 | 1001001 | 10 | 10010 | 1100000 | 111111 |
Color Harmonies of #FB7C44
Complementary color
Monochromatic Colors of #FB7C44
Black with #FB7C44
Text Example
Text Example
White with #FB7C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C44; }
p { color: rgb(251,124,68); }
H1.HeaderClassName
{
color: #FB7C44;
}
.AnyTagClassName
{
color: #FB7C44;
}
</style>
background-color css
<style>
a { background-color: #FB7C44; }
a { background-color: rgb(251,124,68); }
div.DivClassName
{
background-color: #FB7C44;
}
.BgClassName
{
background-color: #FB7C44;
}
</style>
border-color css
<style>
span { border-color: #FB7C44; }
span { border-color: rgb(251,124,68); }
td.TdClassName
{
border-color: #FB7C44;
}
.TagClassName
{
border-color: #FB7C44;
}
</style>