Shades of Coral #FF8950
Tints of Coral #FF8950
RGB
CMYK
RGB Variations
Color information
#FF8950 (or 0xFF8950) is known color: Coral. HEX triplet: FF, 89 and 50. RGB value is (255,137,80). Sum of RGB (Red+Green+Blue) = 255+137+80=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8950 is #0076AF. Grayscale: #A6A6A6. Windows color (decimal): -30384 or 5278207. OLE color: 5278207.
HSL color Cylindrical-coordinate representation of color #FF8950: hue angle of 19.54º 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 #FF8950 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 80 | - |
| CMYK | 0 | 0.46 | 0.69 | 0 |
| HSL | 19.54º | 1% | 0.66% | - |
| HSV(B) | 19.54º | 0.69% | 1% | - |
| XYZ | 51.63 | 39.73 | 12.54 | - |
| YUV | 165.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 80 | 0 | 0.46 | 0.69 | 0 | 19.54 | 1 | 0.66 |
| Hex | FF | 89 | 50 | 0 | 2E | 45 | 0 | 14 | 64 | 42 |
| Octal | 377 | 211 | 120 | 0 | 56 | 105 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001001 | 1010000 | 0 | 101110 | 1000101 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8950
Complementary color
Monochromatic Colors of #FF8950
Black with #FF8950
Text Example
Text Example
White with #FF8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8950; }
p { color: rgb(255,137,80); }
H1.HeaderClassName
{
color: #FF8950;
}
.AnyTagClassName
{
color: #FF8950;
}
</style>
background-color css
<style>
a { background-color: #FF8950; }
a { background-color: rgb(255,137,80); }
div.DivClassName
{
background-color: #FF8950;
}
.BgClassName
{
background-color: #FF8950;
}
</style>
border-color css
<style>
span { border-color: #FF8950; }
span { border-color: rgb(255,137,80); }
td.TdClassName
{
border-color: #FF8950;
}
.TagClassName
{
border-color: #FF8950;
}
</style>