Shades of Light Salmon #FDA077
Tints of Light Salmon #FDA077
RGB
CMYK
RGB Variations
Color information
#FDA077 (or 0xFDA077) is known color: Light Salmon. HEX triplet: FD, A0 and 77. RGB value is (253,160,119). Sum of RGB (Red+Green+Blue) = 253+160+119=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA077 is #025F88. Grayscale: #B7B7B7. Windows color (decimal): -155529 or 7839997. OLE color: 7839997.
HSL color Cylindrical-coordinate representation of color #FDA077: hue angle of 18.36º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA077 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 119 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.01 |
| HSL | 18.36º | 0.97% | 0.73% | - |
| HSV(B) | 18.36º | 0.53% | 0.99% | - |
| XYZ | 56.41 | 47.36 | 23.62 | - |
| YUV | 183.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 119 | 0 | 0.37 | 0.53 | 0.01 | 18.36 | 0.97 | 0.73 |
| Hex | FD | A0 | 77 | 0 | 25 | 35 | 1 | 12 | 61 | 49 |
| Octal | 375 | 240 | 167 | 0 | 45 | 65 | 1 | 22 | 141 | 111 |
| Binary | 11111101 | 10100000 | 1110111 | 0 | 100101 | 110101 | 1 | 10010 | 1100001 | 1001001 |
Color Harmonies of #FDA077
Complementary color
Monochromatic Colors of #FDA077
Black with #FDA077
Text Example
Text Example
White with #FDA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA077; }
p { color: rgb(253,160,119); }
H1.HeaderClassName
{
color: #FDA077;
}
.AnyTagClassName
{
color: #FDA077;
}
</style>
background-color css
<style>
a { background-color: #FDA077; }
a { background-color: rgb(253,160,119); }
div.DivClassName
{
background-color: #FDA077;
}
.BgClassName
{
background-color: #FDA077;
}
</style>
border-color css
<style>
span { border-color: #FDA077; }
span { border-color: rgb(253,160,119); }
td.TdClassName
{
border-color: #FDA077;
}
.TagClassName
{
border-color: #FDA077;
}
</style>