Shades of Light Salmon #FFA57E
Tints of Light Salmon #FFA57E
RGB
CMYK
RGB Variations
Color information
#FFA57E (or 0xFFA57E) is known color: Light Salmon. HEX triplet: FF, A5 and 7E. RGB value is (255,165,126). Sum of RGB (Red+Green+Blue) = 255+165+126=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA57E is #005A81. Grayscale: #BBBBBB. Windows color (decimal): -23170 or 8300031. OLE color: 8300031.
HSL color Cylindrical-coordinate representation of color #FFA57E: hue angle of 18.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA57E is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 126 | - |
| CMYK | 0 | 0.35 | 0.51 | 0 |
| HSL | 18.14º | 1% | 0.75% | - |
| HSV(B) | 18.14º | 0.51% | 1% | - |
| XYZ | 58.46 | 49.68 | 26.25 | - |
| YUV | 187.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 126 | 0 | 0.35 | 0.51 | 0 | 18.14 | 1 | 0.75 |
| Hex | FF | A5 | 7E | 0 | 23 | 33 | 0 | 12 | 64 | 4B |
| Octal | 377 | 245 | 176 | 0 | 43 | 63 | 0 | 22 | 144 | 113 |
| Binary | 11111111 | 10100101 | 1111110 | 0 | 100011 | 110011 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA57E
Complementary color
Monochromatic Colors of #FFA57E
Black with #FFA57E
Text Example
Text Example
White with #FFA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA57E; }
p { color: rgb(255,165,126); }
H1.HeaderClassName
{
color: #FFA57E;
}
.AnyTagClassName
{
color: #FFA57E;
}
</style>
background-color css
<style>
a { background-color: #FFA57E; }
a { background-color: rgb(255,165,126); }
div.DivClassName
{
background-color: #FFA57E;
}
.BgClassName
{
background-color: #FFA57E;
}
</style>
border-color css
<style>
span { border-color: #FFA57E; }
span { border-color: rgb(255,165,126); }
td.TdClassName
{
border-color: #FFA57E;
}
.TagClassName
{
border-color: #FFA57E;
}
</style>