Shades of Light Salmon #FE9673
Tints of Light Salmon #FE9673
RGB
CMYK
RGB Variations
Color information
#FE9673 (or 0xFE9673) is known color: Light Salmon. HEX triplet: FE, 96 and 73. RGB value is (254,150,115). Sum of RGB (Red+Green+Blue) = 254+150+115=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9673 is #01698C. Grayscale: #B1B1B1. Windows color (decimal): -92557 or 7575294. OLE color: 7575294.
HSL color Cylindrical-coordinate representation of color #FE9673: hue angle of 15.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9673 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 115 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.00 |
| HSL | 15.11º | 0.99% | 0.72% | - |
| HSV(B) | 15.11º | 0.55% | 1% | - |
| XYZ | 54.87 | 44.12 | 21.84 | - |
| YUV | 177.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 115 | 0 | 0.41 | 0.55 | 0.00 | 15.11 | 0.99 | 0.72 |
| Hex | FE | 96 | 73 | 0 | 29 | 37 | 0 | F | 63 | 48 |
| Octal | 376 | 226 | 163 | 0 | 51 | 67 | 0 | 17 | 143 | 110 |
| Binary | 11111110 | 10010110 | 1110011 | 0 | 101001 | 110111 | 0 | 1111 | 1100011 | 1001000 |
Color Harmonies of #FE9673
Complementary color
Monochromatic Colors of #FE9673
Black with #FE9673
Text Example
Text Example
White with #FE9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9673; }
p { color: rgb(254,150,115); }
H1.HeaderClassName
{
color: #FE9673;
}
.AnyTagClassName
{
color: #FE9673;
}
</style>
background-color css
<style>
a { background-color: #FE9673; }
a { background-color: rgb(254,150,115); }
div.DivClassName
{
background-color: #FE9673;
}
.BgClassName
{
background-color: #FE9673;
}
</style>
border-color css
<style>
span { border-color: #FE9673; }
span { border-color: rgb(254,150,115); }
td.TdClassName
{
border-color: #FE9673;
}
.TagClassName
{
border-color: #FE9673;
}
</style>