Shades of Light Salmon #FE9975
Tints of Light Salmon #FE9975
RGB
CMYK
RGB Variations
Color information
#FE9975 (or 0xFE9975) is known color: Light Salmon. HEX triplet: FE, 99 and 75. RGB value is (254,153,117). Sum of RGB (Red+Green+Blue) = 254+153+117=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9975 is #01668A. Grayscale: #B3B3B3. Windows color (decimal): -91787 or 7707134. OLE color: 7707134.
HSL color Cylindrical-coordinate representation of color #FE9975: hue angle of 15.77º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9975 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 117 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.00 |
| HSL | 15.77º | 0.99% | 0.73% | - |
| HSV(B) | 15.77º | 0.54% | 1% | - |
| XYZ | 55.48 | 45.14 | 22.62 | - |
| YUV | 179.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 117 | 0 | 0.40 | 0.54 | 0.00 | 15.77 | 0.99 | 0.73 |
| Hex | FE | 99 | 75 | 0 | 28 | 36 | 0 | 10 | 63 | 49 |
| Octal | 376 | 231 | 165 | 0 | 50 | 66 | 0 | 20 | 143 | 111 |
| Binary | 11111110 | 10011001 | 1110101 | 0 | 101000 | 110110 | 0 | 10000 | 1100011 | 1001001 |
Color Harmonies of #FE9975
Complementary color
Monochromatic Colors of #FE9975
Black with #FE9975
Text Example
Text Example
White with #FE9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9975; }
p { color: rgb(254,153,117); }
H1.HeaderClassName
{
color: #FE9975;
}
.AnyTagClassName
{
color: #FE9975;
}
</style>
background-color css
<style>
a { background-color: #FE9975; }
a { background-color: rgb(254,153,117); }
div.DivClassName
{
background-color: #FE9975;
}
.BgClassName
{
background-color: #FE9975;
}
</style>
border-color css
<style>
span { border-color: #FE9975; }
span { border-color: rgb(254,153,117); }
td.TdClassName
{
border-color: #FE9975;
}
.TagClassName
{
border-color: #FE9975;
}
</style>