Shades of Coral #FF7950
Tints of Coral #FF7950
RGB
CMYK
RGB Variations
Color information
#FF7950 (or 0xFF7950) is known color: Coral. HEX triplet: FF, 79 and 50. RGB value is (255,121,80). Sum of RGB (Red+Green+Blue) = 255+121+80=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7950 is #0086AF. Grayscale: #9C9C9C. Windows color (decimal): -34480 or 5274111. OLE color: 5274111.
HSL color Cylindrical-coordinate representation of color #FF7950: hue angle of 14.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7950 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 80 | - |
| CMYK | 0 | 0.53 | 0.69 | 0 |
| HSL | 14.06º | 1% | 0.66% | - |
| HSV(B) | 14.06º | 0.69% | 1% | - |
| XYZ | 49.53 | 35.51 | 11.83 | - |
| YUV | 156.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 80 | 0 | 0.53 | 0.69 | 0 | 14.06 | 1 | 0.66 |
| Hex | FF | 79 | 50 | 0 | 35 | 45 | 0 | E | 64 | 42 |
| Octal | 377 | 171 | 120 | 0 | 65 | 105 | 0 | 16 | 144 | 102 |
| Binary | 11111111 | 1111001 | 1010000 | 0 | 110101 | 1000101 | 0 | 1110 | 1100100 | 1000010 |
Color Harmonies of #FF7950
Complementary color
Monochromatic Colors of #FF7950
Black with #FF7950
Text Example
Text Example
White with #FF7950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7950; }
p { color: rgb(255,121,80); }
H1.HeaderClassName
{
color: #FF7950;
}
.AnyTagClassName
{
color: #FF7950;
}
</style>
background-color css
<style>
a { background-color: #FF7950; }
a { background-color: rgb(255,121,80); }
div.DivClassName
{
background-color: #FF7950;
}
.BgClassName
{
background-color: #FF7950;
}
</style>
border-color css
<style>
span { border-color: #FF7950; }
span { border-color: rgb(255,121,80); }
td.TdClassName
{
border-color: #FF7950;
}
.TagClassName
{
border-color: #FF7950;
}
</style>