Shades of Light Salmon #FDA678
Tints of Light Salmon #FDA678
RGB
CMYK
RGB Variations
Color information
#FDA678 (or 0xFDA678) is known color: Light Salmon. HEX triplet: FD, A6 and 78. RGB value is (253,166,120). Sum of RGB (Red+Green+Blue) = 253+166+120=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA678 is #025987. Grayscale: #BBBBBB. Windows color (decimal): -153992 or 7907069. OLE color: 7907069.
HSL color Cylindrical-coordinate representation of color #FDA678: hue angle of 20.75º 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 #FDA678 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 120 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.01 |
| HSL | 20.75º | 0.97% | 0.73% | - |
| HSV(B) | 20.75º | 0.53% | 0.99% | - |
| XYZ | 57.53 | 49.51 | 24.29 | - |
| YUV | 186.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 120 | 0 | 0.34 | 0.53 | 0.01 | 20.75 | 0.97 | 0.73 |
| Hex | FD | A6 | 78 | 0 | 22 | 35 | 1 | 15 | 61 | 49 |
| Octal | 375 | 246 | 170 | 0 | 42 | 65 | 1 | 25 | 141 | 111 |
| Binary | 11111101 | 10100110 | 1111000 | 0 | 100010 | 110101 | 1 | 10101 | 1100001 | 1001001 |
Color Harmonies of #FDA678
Complementary color
Monochromatic Colors of #FDA678
Black with #FDA678
Text Example
Text Example
White with #FDA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA678; }
p { color: rgb(253,166,120); }
H1.HeaderClassName
{
color: #FDA678;
}
.AnyTagClassName
{
color: #FDA678;
}
</style>
background-color css
<style>
a { background-color: #FDA678; }
a { background-color: rgb(253,166,120); }
div.DivClassName
{
background-color: #FDA678;
}
.BgClassName
{
background-color: #FDA678;
}
</style>
border-color css
<style>
span { border-color: #FDA678; }
span { border-color: rgb(253,166,120); }
td.TdClassName
{
border-color: #FDA678;
}
.TagClassName
{
border-color: #FDA678;
}
</style>