Shades of Light Salmon #FEA779
Tints of Light Salmon #FEA779
RGB
CMYK
RGB Variations
Color information
#FEA779 (or 0xFEA779) is known color: Light Salmon. HEX triplet: FE, A7 and 79. RGB value is (254,167,121). Sum of RGB (Red+Green+Blue) = 254+167+121=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA779 is #015886. Grayscale: #BCBCBC. Windows color (decimal): -88199 or 7972862. OLE color: 7972862.
HSL color Cylindrical-coordinate representation of color #FEA779: hue angle of 20.75º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEA779 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 121 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.00 |
| HSL | 20.75º | 0.99% | 0.74% | - |
| HSV(B) | 20.75º | 0.52% | 1% | - |
| XYZ | 58.14 | 50.09 | 24.69 | - |
| YUV | 187.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 121 | 0 | 0.34 | 0.52 | 0.00 | 20.75 | 0.99 | 0.74 |
| Hex | FE | A7 | 79 | 0 | 22 | 34 | 0 | 15 | 63 | 4A |
| Octal | 376 | 247 | 171 | 0 | 42 | 64 | 0 | 25 | 143 | 112 |
| Binary | 11111110 | 10100111 | 1111001 | 0 | 100010 | 110100 | 0 | 10101 | 1100011 | 1001010 |
Color Harmonies of #FEA779
Complementary color
Monochromatic Colors of #FEA779
Black with #FEA779
Text Example
Text Example
White with #FEA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA779; }
p { color: rgb(254,167,121); }
H1.HeaderClassName
{
color: #FEA779;
}
.AnyTagClassName
{
color: #FEA779;
}
</style>
background-color css
<style>
a { background-color: #FEA779; }
a { background-color: rgb(254,167,121); }
div.DivClassName
{
background-color: #FEA779;
}
.BgClassName
{
background-color: #FEA779;
}
</style>
border-color css
<style>
span { border-color: #FEA779; }
span { border-color: rgb(254,167,121); }
td.TdClassName
{
border-color: #FEA779;
}
.TagClassName
{
border-color: #FEA779;
}
</style>