Shades of Coral #FF7850
Tints of Coral #FF7850
RGB
CMYK
RGB Variations
Color information
#FF7850 (or 0xFF7850) is known color: Coral. HEX triplet: FF, 78 and 50. RGB value is (255,120,80). Sum of RGB (Red+Green+Blue) = 255+120+80=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7850 is #0087AF. Grayscale: #9C9C9C. Windows color (decimal): -34736 or 5273855. OLE color: 5273855.
HSL color Cylindrical-coordinate representation of color #FF7850: hue angle of 13.71º 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 #FF7850 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 80 | - |
| CMYK | 0 | 0.53 | 0.69 | 0 |
| HSL | 13.71º | 1% | 0.66% | - |
| HSV(B) | 13.71º | 0.69% | 1% | - |
| XYZ | 49.4 | 35.27 | 11.79 | - |
| YUV | 155.81 | 85.23 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 80 | 0 | 0.53 | 0.69 | 0 | 13.71 | 1 | 0.66 |
| Hex | FF | 78 | 50 | 0 | 35 | 45 | 0 | E | 64 | 42 |
| Octal | 377 | 170 | 120 | 0 | 65 | 105 | 0 | 16 | 144 | 102 |
| Binary | 11111111 | 1111000 | 1010000 | 0 | 110101 | 1000101 | 0 | 1110 | 1100100 | 1000010 |
Color Harmonies of #FF7850
Complementary color
Monochromatic Colors of #FF7850
Black with #FF7850
Text Example
Text Example
White with #FF7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7850; }
p { color: rgb(255,120,80); }
H1.HeaderClassName
{
color: #FF7850;
}
.AnyTagClassName
{
color: #FF7850;
}
</style>
background-color css
<style>
a { background-color: #FF7850; }
a { background-color: rgb(255,120,80); }
div.DivClassName
{
background-color: #FF7850;
}
.BgClassName
{
background-color: #FF7850;
}
</style>
border-color css
<style>
span { border-color: #FF7850; }
span { border-color: rgb(255,120,80); }
td.TdClassName
{
border-color: #FF7850;
}
.TagClassName
{
border-color: #FF7850;
}
</style>