Shades of Light Salmon #FF9873
Tints of Light Salmon #FF9873
RGB
CMYK
RGB Variations
Color information
#FF9873 (or 0xFF9873) is known color: Light Salmon. HEX triplet: FF, 98 and 73. RGB value is (255,152,115). Sum of RGB (Red+Green+Blue) = 255+152+115=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9873 is #00678C. Grayscale: #B2B2B2. Windows color (decimal): -26509 or 7575807. OLE color: 7575807.
HSL color Cylindrical-coordinate representation of color #FF9873: hue angle of 15.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9873 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 115 | - |
| CMYK | 0 | 0.40 | 0.55 | 0 |
| HSL | 15.86º | 1% | 0.73% | - |
| HSV(B) | 15.86º | 0.55% | 1% | - |
| XYZ | 55.56 | 44.95 | 21.97 | - |
| YUV | 178.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 115 | 0 | 0.40 | 0.55 | 0 | 15.86 | 1 | 0.73 |
| Hex | FF | 98 | 73 | 0 | 28 | 37 | 0 | 10 | 64 | 49 |
| Octal | 377 | 230 | 163 | 0 | 50 | 67 | 0 | 20 | 144 | 111 |
| Binary | 11111111 | 10011000 | 1110011 | 0 | 101000 | 110111 | 0 | 10000 | 1100100 | 1001001 |
Color Harmonies of #FF9873
Complementary color
Monochromatic Colors of #FF9873
Black with #FF9873
Text Example
Text Example
White with #FF9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9873; }
p { color: rgb(255,152,115); }
H1.HeaderClassName
{
color: #FF9873;
}
.AnyTagClassName
{
color: #FF9873;
}
</style>
background-color css
<style>
a { background-color: #FF9873; }
a { background-color: rgb(255,152,115); }
div.DivClassName
{
background-color: #FF9873;
}
.BgClassName
{
background-color: #FF9873;
}
</style>
border-color css
<style>
span { border-color: #FF9873; }
span { border-color: rgb(255,152,115); }
td.TdClassName
{
border-color: #FF9873;
}
.TagClassName
{
border-color: #FF9873;
}
</style>