Shades of Light Salmon #FDA27F
Tints of Light Salmon #FDA27F
RGB
CMYK
RGB Variations
Color information
#FDA27F (or 0xFDA27F) is known color: Light Salmon. HEX triplet: FD, A2 and 7F. RGB value is (253,162,127). Sum of RGB (Red+Green+Blue) = 253+162+127=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA27F is #025D80. Grayscale: #B9B9B9. Windows color (decimal): -155009 or 8364797. OLE color: 8364797.
HSL color Cylindrical-coordinate representation of color #FDA27F: hue angle of 16.67º 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 #FDA27F is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 127 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.01 |
| HSL | 16.67º | 0.97% | 0.75% | - |
| HSV(B) | 16.67º | 0.5% | 0.99% | - |
| XYZ | 57.26 | 48.26 | 26.38 | - |
| YUV | 185.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 127 | 0 | 0.36 | 0.50 | 0.01 | 16.67 | 0.97 | 0.75 |
| Hex | FD | A2 | 7F | 0 | 24 | 32 | 1 | 11 | 61 | 4B |
| Octal | 375 | 242 | 177 | 0 | 44 | 62 | 1 | 21 | 141 | 113 |
| Binary | 11111101 | 10100010 | 1111111 | 0 | 100100 | 110010 | 1 | 10001 | 1100001 | 1001011 |
Color Harmonies of #FDA27F
Complementary color
Monochromatic Colors of #FDA27F
Black with #FDA27F
Text Example
Text Example
White with #FDA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA27F; }
p { color: rgb(253,162,127); }
H1.HeaderClassName
{
color: #FDA27F;
}
.AnyTagClassName
{
color: #FDA27F;
}
</style>
background-color css
<style>
a { background-color: #FDA27F; }
a { background-color: rgb(253,162,127); }
div.DivClassName
{
background-color: #FDA27F;
}
.BgClassName
{
background-color: #FDA27F;
}
</style>
border-color css
<style>
span { border-color: #FDA27F; }
span { border-color: rgb(253,162,127); }
td.TdClassName
{
border-color: #FDA27F;
}
.TagClassName
{
border-color: #FDA27F;
}
</style>