Shades of Light Salmon #FE9972
Tints of Light Salmon #FE9972
RGB
CMYK
RGB Variations
Color information
#FE9972 (or 0xFE9972) is known color: Light Salmon. HEX triplet: FE, 99 and 72. RGB value is (254,153,114). Sum of RGB (Red+Green+Blue) = 254+153+114=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9972 is #01668D. Grayscale: #B3B3B3. Windows color (decimal): -91790 or 7510526. OLE color: 7510526.
HSL color Cylindrical-coordinate representation of color #FE9972: hue angle of 16.71º 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 #FE9972 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 114 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.00 |
| HSL | 16.71º | 0.99% | 0.72% | - |
| HSV(B) | 16.71º | 0.55% | 1% | - |
| XYZ | 55.3 | 45.07 | 21.7 | - |
| YUV | 178.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 114 | 0 | 0.40 | 0.55 | 0.00 | 16.71 | 0.99 | 0.72 |
| Hex | FE | 99 | 72 | 0 | 28 | 37 | 0 | 11 | 63 | 48 |
| Octal | 376 | 231 | 162 | 0 | 50 | 67 | 0 | 21 | 143 | 110 |
| Binary | 11111110 | 10011001 | 1110010 | 0 | 101000 | 110111 | 0 | 10001 | 1100011 | 1001000 |
Color Harmonies of #FE9972
Complementary color
Monochromatic Colors of #FE9972
Black with #FE9972
Text Example
Text Example
White with #FE9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9972; }
p { color: rgb(254,153,114); }
H1.HeaderClassName
{
color: #FE9972;
}
.AnyTagClassName
{
color: #FE9972;
}
</style>
background-color css
<style>
a { background-color: #FE9972; }
a { background-color: rgb(254,153,114); }
div.DivClassName
{
background-color: #FE9972;
}
.BgClassName
{
background-color: #FE9972;
}
</style>
border-color css
<style>
span { border-color: #FE9972; }
span { border-color: rgb(254,153,114); }
td.TdClassName
{
border-color: #FE9972;
}
.TagClassName
{
border-color: #FE9972;
}
</style>