Shades of Light Salmon #FEA17B
Tints of Light Salmon #FEA17B
RGB
CMYK
RGB Variations
Color information
#FEA17B (or 0xFEA17B) is known color: Light Salmon. HEX triplet: FE, A1 and 7B. RGB value is (254,161,123). Sum of RGB (Red+Green+Blue) = 254+161+123=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA17B is #015E84. Grayscale: #B8B8B8. Windows color (decimal): -89733 or 8102398. OLE color: 8102398.
HSL color Cylindrical-coordinate representation of color #FEA17B: hue angle of 17.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEA17B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 123 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.00 |
| HSL | 17.4º | 0.98% | 0.74% | - |
| HSV(B) | 17.4º | 0.52% | 1% | - |
| XYZ | 57.19 | 47.99 | 24.99 | - |
| YUV | 184.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 123 | 0 | 0.37 | 0.52 | 0.00 | 17.4 | 0.98 | 0.74 |
| Hex | FE | A1 | 7B | 0 | 25 | 34 | 0 | 11 | 62 | 4A |
| Octal | 376 | 241 | 173 | 0 | 45 | 64 | 0 | 21 | 142 | 112 |
| Binary | 11111110 | 10100001 | 1111011 | 0 | 100101 | 110100 | 0 | 10001 | 1100010 | 1001010 |
Color Harmonies of #FEA17B
Complementary color
Monochromatic Colors of #FEA17B
Black with #FEA17B
Text Example
Text Example
White with #FEA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA17B; }
p { color: rgb(254,161,123); }
H1.HeaderClassName
{
color: #FEA17B;
}
.AnyTagClassName
{
color: #FEA17B;
}
</style>
background-color css
<style>
a { background-color: #FEA17B; }
a { background-color: rgb(254,161,123); }
div.DivClassName
{
background-color: #FEA17B;
}
.BgClassName
{
background-color: #FEA17B;
}
</style>
border-color css
<style>
span { border-color: #FEA17B; }
span { border-color: rgb(254,161,123); }
td.TdClassName
{
border-color: #FEA17B;
}
.TagClassName
{
border-color: #FEA17B;
}
</style>