Shades of Light Salmon #FE9E7D
Tints of Light Salmon #FE9E7D
RGB
CMYK
RGB Variations
Color information
#FE9E7D (or 0xFE9E7D) is known color: Light Salmon. HEX triplet: FE, 9E and 7D. RGB value is (254,158,125). Sum of RGB (Red+Green+Blue) = 254+158+125=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7D is #016182. Grayscale: #B7B7B7. Windows color (decimal): -90499 or 8232702. OLE color: 8232702.
HSL color Cylindrical-coordinate representation of color #FE9E7D: hue angle of 15.35º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE9E7D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 125 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.00 |
| HSL | 15.35º | 0.98% | 0.74% | - |
| HSV(B) | 15.35º | 0.51% | 1% | - |
| XYZ | 56.8 | 47.01 | 25.48 | - |
| YUV | 182.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 125 | 0 | 0.38 | 0.51 | 0.00 | 15.35 | 0.98 | 0.74 |
| Hex | FE | 9E | 7D | 0 | 26 | 33 | 0 | F | 62 | 4A |
| Octal | 376 | 236 | 175 | 0 | 46 | 63 | 0 | 17 | 142 | 112 |
| Binary | 11111110 | 10011110 | 1111101 | 0 | 100110 | 110011 | 0 | 1111 | 1100010 | 1001010 |
Color Harmonies of #FE9E7D
Complementary color
Monochromatic Colors of #FE9E7D
Black with #FE9E7D
Text Example
Text Example
White with #FE9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E7D; }
p { color: rgb(254,158,125); }
H1.HeaderClassName
{
color: #FE9E7D;
}
.AnyTagClassName
{
color: #FE9E7D;
}
</style>
background-color css
<style>
a { background-color: #FE9E7D; }
a { background-color: rgb(254,158,125); }
div.DivClassName
{
background-color: #FE9E7D;
}
.BgClassName
{
background-color: #FE9E7D;
}
</style>
border-color css
<style>
span { border-color: #FE9E7D; }
span { border-color: rgb(254,158,125); }
td.TdClassName
{
border-color: #FE9E7D;
}
.TagClassName
{
border-color: #FE9E7D;
}
</style>