Shades of Light Salmon #FDA47D
Tints of Light Salmon #FDA47D
RGB
CMYK
RGB Variations
Color information
#FDA47D (or 0xFDA47D) is known color: Light Salmon. HEX triplet: FD, A4 and 7D. RGB value is (253,164,125). Sum of RGB (Red+Green+Blue) = 253+164+125=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA47D is #025B82. Grayscale: #BABABA. Windows color (decimal): -154499 or 8234237. OLE color: 8234237.
HSL color Cylindrical-coordinate representation of color #FDA47D: hue angle of 18.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDA47D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 125 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.01 |
| HSL | 18.28º | 0.97% | 0.74% | - |
| HSV(B) | 18.28º | 0.51% | 0.99% | - |
| XYZ | 57.49 | 48.91 | 25.81 | - |
| YUV | 186.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 125 | 0 | 0.35 | 0.51 | 0.01 | 18.28 | 0.97 | 0.74 |
| Hex | FD | A4 | 7D | 0 | 23 | 33 | 1 | 12 | 61 | 4A |
| Octal | 375 | 244 | 175 | 0 | 43 | 63 | 1 | 22 | 141 | 112 |
| Binary | 11111101 | 10100100 | 1111101 | 0 | 100011 | 110011 | 1 | 10010 | 1100001 | 1001010 |
Color Harmonies of #FDA47D
Complementary color
Monochromatic Colors of #FDA47D
Black with #FDA47D
Text Example
Text Example
White with #FDA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA47D; }
p { color: rgb(253,164,125); }
H1.HeaderClassName
{
color: #FDA47D;
}
.AnyTagClassName
{
color: #FDA47D;
}
</style>
background-color css
<style>
a { background-color: #FDA47D; }
a { background-color: rgb(253,164,125); }
div.DivClassName
{
background-color: #FDA47D;
}
.BgClassName
{
background-color: #FDA47D;
}
</style>
border-color css
<style>
span { border-color: #FDA47D; }
span { border-color: rgb(253,164,125); }
td.TdClassName
{
border-color: #FDA47D;
}
.TagClassName
{
border-color: #FDA47D;
}
</style>