Shades of Coral #FB7B49
Tints of Coral #FB7B49
RGB
CMYK
RGB Variations
Color information
#FB7B49 (or 0xFB7B49) is known color: Coral. HEX triplet: FB, 7B and 49. RGB value is (251,123,73). Sum of RGB (Red+Green+Blue) = 251+123+73=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B49 is #0484B6. Grayscale: #9B9B9B. Windows color (decimal): -296119 or 4815867. OLE color: 4815867.
HSL color Cylindrical-coordinate representation of color #FB7B49: hue angle of 16.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB7B49 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 73 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.02 |
| HSL | 16.85º | 0.96% | 0.64% | - |
| HSV(B) | 16.85º | 0.71% | 0.98% | - |
| XYZ | 48.07 | 35.16 | 10.56 | - |
| YUV | 155.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 73 | 0 | 0.51 | 0.71 | 0.02 | 16.85 | 0.96 | 0.64 |
| Hex | FB | 7B | 49 | 0 | 33 | 47 | 2 | 11 | 60 | 40 |
| Octal | 373 | 173 | 111 | 0 | 63 | 107 | 2 | 21 | 140 | 100 |
| Binary | 11111011 | 1111011 | 1001001 | 0 | 110011 | 1000111 | 10 | 10001 | 1100000 | 1000000 |
Color Harmonies of #FB7B49
Complementary color
Monochromatic Colors of #FB7B49
Black with #FB7B49
Text Example
Text Example
White with #FB7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B49; }
p { color: rgb(251,123,73); }
H1.HeaderClassName
{
color: #FB7B49;
}
.AnyTagClassName
{
color: #FB7B49;
}
</style>
background-color css
<style>
a { background-color: #FB7B49; }
a { background-color: rgb(251,123,73); }
div.DivClassName
{
background-color: #FB7B49;
}
.BgClassName
{
background-color: #FB7B49;
}
</style>
border-color css
<style>
span { border-color: #FB7B49; }
span { border-color: rgb(251,123,73); }
td.TdClassName
{
border-color: #FB7B49;
}
.TagClassName
{
border-color: #FB7B49;
}
</style>