Shades of Light Salmon #FE9F74
Tints of Light Salmon #FE9F74
RGB
CMYK
RGB Variations
Color information
#FE9F74 (or 0xFE9F74) is known color: Light Salmon. HEX triplet: FE, 9F and 74. RGB value is (254,159,116). Sum of RGB (Red+Green+Blue) = 254+159+116=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F74 is #01608B. Grayscale: #B6B6B6. Windows color (decimal): -90252 or 7643134. OLE color: 7643134.
HSL color Cylindrical-coordinate representation of color #FE9F74: hue angle of 18.7º 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 #FE9F74 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 116 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.00 |
| HSL | 18.7º | 0.99% | 0.73% | - |
| HSV(B) | 18.7º | 0.54% | 1% | - |
| XYZ | 56.42 | 47.13 | 22.65 | - |
| YUV | 182.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 116 | 0 | 0.37 | 0.54 | 0.00 | 18.7 | 0.99 | 0.73 |
| Hex | FE | 9F | 74 | 0 | 25 | 36 | 0 | 13 | 63 | 49 |
| Octal | 376 | 237 | 164 | 0 | 45 | 66 | 0 | 23 | 143 | 111 |
| Binary | 11111110 | 10011111 | 1110100 | 0 | 100101 | 110110 | 0 | 10011 | 1100011 | 1001001 |
Color Harmonies of #FE9F74
Complementary color
Monochromatic Colors of #FE9F74
Black with #FE9F74
Text Example
Text Example
White with #FE9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F74; }
p { color: rgb(254,159,116); }
H1.HeaderClassName
{
color: #FE9F74;
}
.AnyTagClassName
{
color: #FE9F74;
}
</style>
background-color css
<style>
a { background-color: #FE9F74; }
a { background-color: rgb(254,159,116); }
div.DivClassName
{
background-color: #FE9F74;
}
.BgClassName
{
background-color: #FE9F74;
}
</style>
border-color css
<style>
span { border-color: #FE9F74; }
span { border-color: rgb(254,159,116); }
td.TdClassName
{
border-color: #FE9F74;
}
.TagClassName
{
border-color: #FE9F74;
}
</style>