Shades of Light Salmon #FDA37F
Tints of Light Salmon #FDA37F
RGB
CMYK
RGB Variations
Color information
#FDA37F (or 0xFDA37F) is known color: Light Salmon. HEX triplet: FD, A3 and 7F. RGB value is (253,163,127). Sum of RGB (Red+Green+Blue) = 253+163+127=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA37F is #025C80. Grayscale: #BABABA. Windows color (decimal): -154753 or 8365053. OLE color: 8365053.
HSL color Cylindrical-coordinate representation of color #FDA37F: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA37F is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 127 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.01 |
| HSL | 17.14º | 0.97% | 0.75% | - |
| HSV(B) | 17.14º | 0.5% | 0.99% | - |
| XYZ | 57.44 | 48.61 | 26.43 | - |
| YUV | 185.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 127 | 0 | 0.36 | 0.50 | 0.01 | 17.14 | 0.97 | 0.75 |
| Hex | FD | A3 | 7F | 0 | 24 | 32 | 1 | 11 | 61 | 4B |
| Octal | 375 | 243 | 177 | 0 | 44 | 62 | 1 | 21 | 141 | 113 |
| Binary | 11111101 | 10100011 | 1111111 | 0 | 100100 | 110010 | 1 | 10001 | 1100001 | 1001011 |
Color Harmonies of #FDA37F
Complementary color
Monochromatic Colors of #FDA37F
Black with #FDA37F
Text Example
Text Example
White with #FDA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA37F; }
p { color: rgb(253,163,127); }
H1.HeaderClassName
{
color: #FDA37F;
}
.AnyTagClassName
{
color: #FDA37F;
}
</style>
background-color css
<style>
a { background-color: #FDA37F; }
a { background-color: rgb(253,163,127); }
div.DivClassName
{
background-color: #FDA37F;
}
.BgClassName
{
background-color: #FDA37F;
}
</style>
border-color css
<style>
span { border-color: #FDA37F; }
span { border-color: rgb(253,163,127); }
td.TdClassName
{
border-color: #FDA37F;
}
.TagClassName
{
border-color: #FDA37F;
}
</style>