Shades of Light Salmon #FEA78A
Tints of Light Salmon #FEA78A
RGB
CMYK
RGB Variations
Color information
#FEA78A (or 0xFEA78A) is known color: Light Salmon. HEX triplet: FE, A7 and 8A. RGB value is (254,167,138). Sum of RGB (Red+Green+Blue) = 254+167+138=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA78A is #015875. Grayscale: #BDBDBD. Windows color (decimal): -88182 or 9086974. OLE color: 9086974.
HSL color Cylindrical-coordinate representation of color #FEA78A: hue angle of 15º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA78A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 138 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.00 |
| HSL | 15º | 0.98% | 0.77% | - |
| HSV(B) | 15º | 0.46% | 1% | - |
| XYZ | 59.28 | 50.54 | 30.68 | - |
| YUV | 189.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 138 | 0 | 0.34 | 0.46 | 0.00 | 15 | 0.98 | 0.77 |
| Hex | FE | A7 | 8A | 0 | 22 | 2E | 0 | F | 62 | 4D |
| Octal | 376 | 247 | 212 | 0 | 42 | 56 | 0 | 17 | 142 | 115 |
| Binary | 11111110 | 10100111 | 10001010 | 0 | 100010 | 101110 | 0 | 1111 | 1100010 | 1001101 |
Color Harmonies of #FEA78A
Complementary color
Monochromatic Colors of #FEA78A
Black with #FEA78A
Text Example
Text Example
White with #FEA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA78A; }
p { color: rgb(254,167,138); }
H1.HeaderClassName
{
color: #FEA78A;
}
.AnyTagClassName
{
color: #FEA78A;
}
</style>
background-color css
<style>
a { background-color: #FEA78A; }
a { background-color: rgb(254,167,138); }
div.DivClassName
{
background-color: #FEA78A;
}
.BgClassName
{
background-color: #FEA78A;
}
</style>
border-color css
<style>
span { border-color: #FEA78A; }
span { border-color: rgb(254,167,138); }
td.TdClassName
{
border-color: #FEA78A;
}
.TagClassName
{
border-color: #FEA78A;
}
</style>