Shades of Coral #FB7B52
Tints of Coral #FB7B52
RGB
CMYK
RGB Variations
Color information
#FB7B52 (or 0xFB7B52) is known color: Coral. HEX triplet: FB, 7B and 52. RGB value is (251,123,82). Sum of RGB (Red+Green+Blue) = 251+123+82=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B52 is #0484AD. Grayscale: #9C9C9C. Windows color (decimal): -296110 or 5405691. OLE color: 5405691.
HSL color Cylindrical-coordinate representation of color #FB7B52: hue angle of 14.56º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB7B52 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 82 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.02 |
| HSL | 14.56º | 0.95% | 0.65% | - |
| HSV(B) | 14.56º | 0.67% | 0.98% | - |
| XYZ | 48.39 | 35.28 | 12.24 | - |
| YUV | 156.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 82 | 0 | 0.51 | 0.67 | 0.02 | 14.56 | 0.95 | 0.65 |
| Hex | FB | 7B | 52 | 0 | 33 | 43 | 2 | F | 5F | 41 |
| Octal | 373 | 173 | 122 | 0 | 63 | 103 | 2 | 17 | 137 | 101 |
| Binary | 11111011 | 1111011 | 1010010 | 0 | 110011 | 1000011 | 10 | 1111 | 1011111 | 1000001 |
Color Harmonies of #FB7B52
Complementary color
Monochromatic Colors of #FB7B52
Black with #FB7B52
Text Example
Text Example
White with #FB7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B52; }
p { color: rgb(251,123,82); }
H1.HeaderClassName
{
color: #FB7B52;
}
.AnyTagClassName
{
color: #FB7B52;
}
</style>
background-color css
<style>
a { background-color: #FB7B52; }
a { background-color: rgb(251,123,82); }
div.DivClassName
{
background-color: #FB7B52;
}
.BgClassName
{
background-color: #FB7B52;
}
</style>
border-color css
<style>
span { border-color: #FB7B52; }
span { border-color: rgb(251,123,82); }
td.TdClassName
{
border-color: #FB7B52;
}
.TagClassName
{
border-color: #FB7B52;
}
</style>