Shades of Light Salmon #FE9C74
Tints of Light Salmon #FE9C74
RGB
CMYK
RGB Variations
Color information
#FE9C74 (or 0xFE9C74) is known color: Light Salmon. HEX triplet: FE, 9C and 74. RGB value is (254,156,116). Sum of RGB (Red+Green+Blue) = 254+156+116=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C74 is #01638B. Grayscale: #B5B5B5. Windows color (decimal): -91020 or 7642366. OLE color: 7642366.
HSL color Cylindrical-coordinate representation of color #FE9C74: hue angle of 17.39º 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 #FE9C74 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 116 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.00 |
| HSL | 17.39º | 0.99% | 0.73% | - |
| HSV(B) | 17.39º | 0.54% | 1% | - |
| XYZ | 55.91 | 46.11 | 22.48 | - |
| YUV | 180.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 116 | 0 | 0.39 | 0.54 | 0.00 | 17.39 | 0.99 | 0.73 |
| Hex | FE | 9C | 74 | 0 | 27 | 36 | 0 | 11 | 63 | 49 |
| Octal | 376 | 234 | 164 | 0 | 47 | 66 | 0 | 21 | 143 | 111 |
| Binary | 11111110 | 10011100 | 1110100 | 0 | 100111 | 110110 | 0 | 10001 | 1100011 | 1001001 |
Color Harmonies of #FE9C74
Complementary color
Monochromatic Colors of #FE9C74
Black with #FE9C74
Text Example
Text Example
White with #FE9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C74; }
p { color: rgb(254,156,116); }
H1.HeaderClassName
{
color: #FE9C74;
}
.AnyTagClassName
{
color: #FE9C74;
}
</style>
background-color css
<style>
a { background-color: #FE9C74; }
a { background-color: rgb(254,156,116); }
div.DivClassName
{
background-color: #FE9C74;
}
.BgClassName
{
background-color: #FE9C74;
}
</style>
border-color css
<style>
span { border-color: #FE9C74; }
span { border-color: rgb(254,156,116); }
td.TdClassName
{
border-color: #FE9C74;
}
.TagClassName
{
border-color: #FE9C74;
}
</style>