Shades of Light Salmon #FE9A72
Tints of Light Salmon #FE9A72
RGB
CMYK
RGB Variations
Color information
#FE9A72 (or 0xFE9A72) is known color: Light Salmon. HEX triplet: FE, 9A and 72. RGB value is (254,154,114). Sum of RGB (Red+Green+Blue) = 254+154+114=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9A72 is #01658D. Grayscale: #B3B3B3. Windows color (decimal): -91534 or 7510782. OLE color: 7510782.
HSL color Cylindrical-coordinate representation of color #FE9A72: hue angle of 17.14º 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 #FE9A72 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 114 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.00 |
| HSL | 17.14º | 0.99% | 0.72% | - |
| HSV(B) | 17.14º | 0.55% | 1% | - |
| XYZ | 55.47 | 45.4 | 21.76 | - |
| YUV | 179.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 114 | 0 | 0.39 | 0.55 | 0.00 | 17.14 | 0.99 | 0.72 |
| Hex | FE | 9A | 72 | 0 | 27 | 37 | 0 | 11 | 63 | 48 |
| Octal | 376 | 232 | 162 | 0 | 47 | 67 | 0 | 21 | 143 | 110 |
| Binary | 11111110 | 10011010 | 1110010 | 0 | 100111 | 110111 | 0 | 10001 | 1100011 | 1001000 |
Color Harmonies of #FE9A72
Complementary color
Monochromatic Colors of #FE9A72
Black with #FE9A72
Text Example
Text Example
White with #FE9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A72; }
p { color: rgb(254,154,114); }
H1.HeaderClassName
{
color: #FE9A72;
}
.AnyTagClassName
{
color: #FE9A72;
}
</style>
background-color css
<style>
a { background-color: #FE9A72; }
a { background-color: rgb(254,154,114); }
div.DivClassName
{
background-color: #FE9A72;
}
.BgClassName
{
background-color: #FE9A72;
}
</style>
border-color css
<style>
span { border-color: #FE9A72; }
span { border-color: rgb(254,154,114); }
td.TdClassName
{
border-color: #FE9A72;
}
.TagClassName
{
border-color: #FE9A72;
}
</style>