Shades of Light Salmon #FEA07A
Tints of Light Salmon #FEA07A
RGB
CMYK
RGB Variations
Color information
#FEA07A (or 0xFEA07A) is known color: Light Salmon. HEX triplet: FE, A0 and 7A. RGB value is (254,160,122). Sum of RGB (Red+Green+Blue) = 254+160+122=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA07A is #015F85. Grayscale: #B8B8B8. Windows color (decimal): -89990 or 8036606. OLE color: 8036606.
HSL color Cylindrical-coordinate representation of color #FEA07A: hue angle of 17.27º 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 #FEA07A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 122 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.00 |
| HSL | 17.27º | 0.99% | 0.74% | - |
| HSV(B) | 17.27º | 0.52% | 1% | - |
| XYZ | 56.96 | 47.62 | 24.6 | - |
| YUV | 183.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 122 | 0 | 0.37 | 0.52 | 0.00 | 17.27 | 0.99 | 0.74 |
| Hex | FE | A0 | 7A | 0 | 25 | 34 | 0 | 11 | 63 | 4A |
| Octal | 376 | 240 | 172 | 0 | 45 | 64 | 0 | 21 | 143 | 112 |
| Binary | 11111110 | 10100000 | 1111010 | 0 | 100101 | 110100 | 0 | 10001 | 1100011 | 1001010 |
Color Harmonies of #FEA07A
Complementary color
Monochromatic Colors of #FEA07A
Black with #FEA07A
Text Example
Text Example
White with #FEA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA07A; }
p { color: rgb(254,160,122); }
H1.HeaderClassName
{
color: #FEA07A;
}
.AnyTagClassName
{
color: #FEA07A;
}
</style>
background-color css
<style>
a { background-color: #FEA07A; }
a { background-color: rgb(254,160,122); }
div.DivClassName
{
background-color: #FEA07A;
}
.BgClassName
{
background-color: #FEA07A;
}
</style>
border-color css
<style>
span { border-color: #FEA07A; }
span { border-color: rgb(254,160,122); }
td.TdClassName
{
border-color: #FEA07A;
}
.TagClassName
{
border-color: #FEA07A;
}
</style>