Shades of Coral #FF7B5B
Tints of Coral #FF7B5B
RGB
CMYK
RGB Variations
Color information
#FF7B5B (or 0xFF7B5B) is known color: Coral. HEX triplet: FF, 7B and 5B. RGB value is (255,123,91). Sum of RGB (Red+Green+Blue) = 255+123+91=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B5B is #0084A4. Grayscale: #9F9F9F. Windows color (decimal): -33957 or 5995519. OLE color: 5995519.
HSL color Cylindrical-coordinate representation of color #FF7B5B: hue angle of 11.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF7B5B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 91 | - |
| CMYK | 0 | 0.52 | 0.64 | 0 |
| HSL | 11.71º | 1% | 0.68% | - |
| HSV(B) | 11.71º | 0.64% | 1% | - |
| XYZ | 50.21 | 36.18 | 14.23 | - |
| YUV | 158.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 91 | 0 | 0.52 | 0.64 | 0 | 11.71 | 1 | 0.68 |
| Hex | FF | 7B | 5B | 0 | 34 | 40 | 0 | C | 64 | 44 |
| Octal | 377 | 173 | 133 | 0 | 64 | 100 | 0 | 14 | 144 | 104 |
| Binary | 11111111 | 1111011 | 1011011 | 0 | 110100 | 1000000 | 0 | 1100 | 1100100 | 1000100 |
Color Harmonies of #FF7B5B
Complementary color
Monochromatic Colors of #FF7B5B
Black with #FF7B5B
Text Example
Text Example
White with #FF7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B5B; }
p { color: rgb(255,123,91); }
H1.HeaderClassName
{
color: #FF7B5B;
}
.AnyTagClassName
{
color: #FF7B5B;
}
</style>
background-color css
<style>
a { background-color: #FF7B5B; }
a { background-color: rgb(255,123,91); }
div.DivClassName
{
background-color: #FF7B5B;
}
.BgClassName
{
background-color: #FF7B5B;
}
</style>
border-color css
<style>
span { border-color: #FF7B5B; }
span { border-color: rgb(255,123,91); }
td.TdClassName
{
border-color: #FF7B5B;
}
.TagClassName
{
border-color: #FF7B5B;
}
</style>