Shades of Light Salmon #FDA57C
Tints of Light Salmon #FDA57C
RGB
CMYK
RGB Variations
Color information
#FDA57C (or 0xFDA57C) is known color: Light Salmon. HEX triplet: FD, A5 and 7C. RGB value is (253,165,124). Sum of RGB (Red+Green+Blue) = 253+165+124=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA57C is #025A83. Grayscale: #BABABA. Windows color (decimal): -154244 or 8168957. OLE color: 8168957.
HSL color Cylindrical-coordinate representation of color #FDA57C: hue angle of 19.07º 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 #FDA57C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 124 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.01 |
| HSL | 19.07º | 0.97% | 0.74% | - |
| HSV(B) | 19.07º | 0.51% | 0.99% | - |
| XYZ | 57.6 | 49.25 | 25.54 | - |
| YUV | 186.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 124 | 0 | 0.35 | 0.51 | 0.01 | 19.07 | 0.97 | 0.74 |
| Hex | FD | A5 | 7C | 0 | 23 | 33 | 1 | 13 | 61 | 4A |
| Octal | 375 | 245 | 174 | 0 | 43 | 63 | 1 | 23 | 141 | 112 |
| Binary | 11111101 | 10100101 | 1111100 | 0 | 100011 | 110011 | 1 | 10011 | 1100001 | 1001010 |
Color Harmonies of #FDA57C
Complementary color
Monochromatic Colors of #FDA57C
Black with #FDA57C
Text Example
Text Example
White with #FDA57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA57C; }
p { color: rgb(253,165,124); }
H1.HeaderClassName
{
color: #FDA57C;
}
.AnyTagClassName
{
color: #FDA57C;
}
</style>
background-color css
<style>
a { background-color: #FDA57C; }
a { background-color: rgb(253,165,124); }
div.DivClassName
{
background-color: #FDA57C;
}
.BgClassName
{
background-color: #FDA57C;
}
</style>
border-color css
<style>
span { border-color: #FDA57C; }
span { border-color: rgb(253,165,124); }
td.TdClassName
{
border-color: #FDA57C;
}
.TagClassName
{
border-color: #FDA57C;
}
</style>