Shades of Light Salmon #FF9975
Tints of Light Salmon #FF9975
RGB
CMYK
RGB Variations
Color information
#FF9975 (or 0xFF9975) is known color: Light Salmon. HEX triplet: FF, 99 and 75. RGB value is (255,153,117). Sum of RGB (Red+Green+Blue) = 255+153+117=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9975 is #00668A. Grayscale: #B3B3B3. Windows color (decimal): -26251 or 7707135. OLE color: 7707135.
HSL color Cylindrical-coordinate representation of color #FF9975: hue angle of 15.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9975 is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 117 | - |
| CMYK | 0 | 0.4 | 0.54 | 0 |
| HSL | 15.65º | 1% | 0.73% | - |
| HSV(B) | 15.65º | 0.54% | 1% | - |
| XYZ | 55.84 | 45.33 | 22.64 | - |
| YUV | 179.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 117 | 0 | 0.4 | 0.54 | 0 | 15.65 | 1 | 0.73 |
| Hex | FF | 99 | 75 | 0 | 28 | 36 | 0 | 10 | 64 | 49 |
| Octal | 377 | 231 | 165 | 0 | 50 | 66 | 0 | 20 | 144 | 111 |
| Binary | 11111111 | 10011001 | 1110101 | 0 | 101000 | 110110 | 0 | 10000 | 1100100 | 1001001 |
Color Harmonies of #FF9975
Complementary color
Monochromatic Colors of #FF9975
Black with #FF9975
Text Example
Text Example
White with #FF9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9975; }
p { color: rgb(255,153,117); }
H1.HeaderClassName
{
color: #FF9975;
}
.AnyTagClassName
{
color: #FF9975;
}
</style>
background-color css
<style>
a { background-color: #FF9975; }
a { background-color: rgb(255,153,117); }
div.DivClassName
{
background-color: #FF9975;
}
.BgClassName
{
background-color: #FF9975;
}
</style>
border-color css
<style>
span { border-color: #FF9975; }
span { border-color: rgb(255,153,117); }
td.TdClassName
{
border-color: #FF9975;
}
.TagClassName
{
border-color: #FF9975;
}
</style>