Shades of Light Salmon #FFA37E
Tints of Light Salmon #FFA37E
RGB
CMYK
RGB Variations
Color information
#FFA37E (or 0xFFA37E) is known color: Light Salmon. HEX triplet: FF, A3 and 7E. RGB value is (255,163,126). Sum of RGB (Red+Green+Blue) = 255+163+126=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA37E is #005C81. Grayscale: #BABABA. Windows color (decimal): -23682 or 8299519. OLE color: 8299519.
HSL color Cylindrical-coordinate representation of color #FFA37E: hue angle of 17.21º 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 #FFA37E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 126 | - |
| CMYK | 0 | 0.36 | 0.51 | 0 |
| HSL | 17.21º | 1% | 0.75% | - |
| HSV(B) | 17.21º | 0.51% | 1% | - |
| XYZ | 58.1 | 48.96 | 26.13 | - |
| YUV | 186.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 126 | 0 | 0.36 | 0.51 | 0 | 17.21 | 1 | 0.75 |
| Hex | FF | A3 | 7E | 0 | 24 | 33 | 0 | 11 | 64 | 4B |
| Octal | 377 | 243 | 176 | 0 | 44 | 63 | 0 | 21 | 144 | 113 |
| Binary | 11111111 | 10100011 | 1111110 | 0 | 100100 | 110011 | 0 | 10001 | 1100100 | 1001011 |
Color Harmonies of #FFA37E
Complementary color
Monochromatic Colors of #FFA37E
Black with #FFA37E
Text Example
Text Example
White with #FFA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA37E; }
p { color: rgb(255,163,126); }
H1.HeaderClassName
{
color: #FFA37E;
}
.AnyTagClassName
{
color: #FFA37E;
}
</style>
background-color css
<style>
a { background-color: #FFA37E; }
a { background-color: rgb(255,163,126); }
div.DivClassName
{
background-color: #FFA37E;
}
.BgClassName
{
background-color: #FFA37E;
}
</style>
border-color css
<style>
span { border-color: #FFA37E; }
span { border-color: rgb(255,163,126); }
td.TdClassName
{
border-color: #FFA37E;
}
.TagClassName
{
border-color: #FFA37E;
}
</style>