Shades of Light Salmon #FFA678
Tints of Light Salmon #FFA678
RGB
CMYK
RGB Variations
Color information
#FFA678 (or 0xFFA678) is known color: Light Salmon. HEX triplet: FF, A6 and 78. RGB value is (255,166,120). Sum of RGB (Red+Green+Blue) = 255+166+120=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA678 is #005987. Grayscale: #BBBBBB. Windows color (decimal): -22920 or 7907071. OLE color: 7907071.
HSL color Cylindrical-coordinate representation of color #FFA678: hue angle of 20.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFA678 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 120 | - |
| CMYK | 0 | 0.35 | 0.53 | 0 |
| HSL | 20.44º | 1% | 0.74% | - |
| HSV(B) | 20.44º | 0.53% | 1% | - |
| XYZ | 58.27 | 49.89 | 24.33 | - |
| YUV | 187.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 120 | 0 | 0.35 | 0.53 | 0 | 20.44 | 1 | 0.74 |
| Hex | FF | A6 | 78 | 0 | 23 | 35 | 0 | 14 | 64 | 4A |
| Octal | 377 | 246 | 170 | 0 | 43 | 65 | 0 | 24 | 144 | 112 |
| Binary | 11111111 | 10100110 | 1111000 | 0 | 100011 | 110101 | 0 | 10100 | 1100100 | 1001010 |
Color Harmonies of #FFA678
Complementary color
Monochromatic Colors of #FFA678
Black with #FFA678
Text Example
Text Example
White with #FFA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA678; }
p { color: rgb(255,166,120); }
H1.HeaderClassName
{
color: #FFA678;
}
.AnyTagClassName
{
color: #FFA678;
}
</style>
background-color css
<style>
a { background-color: #FFA678; }
a { background-color: rgb(255,166,120); }
div.DivClassName
{
background-color: #FFA678;
}
.BgClassName
{
background-color: #FFA678;
}
</style>
border-color css
<style>
span { border-color: #FFA678; }
span { border-color: rgb(255,166,120); }
td.TdClassName
{
border-color: #FFA678;
}
.TagClassName
{
border-color: #FFA678;
}
</style>