Shades of Light Salmon #FFA478
Tints of Light Salmon #FFA478
RGB
CMYK
RGB Variations
Color information
#FFA478 (or 0xFFA478) is known color: Light Salmon. HEX triplet: FF, A4 and 78. RGB value is (255,164,120). Sum of RGB (Red+Green+Blue) = 255+164+120=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA478 is #005B87. Grayscale: #BABABA. Windows color (decimal): -23432 or 7906559. OLE color: 7906559.
HSL color Cylindrical-coordinate representation of color #FFA478: hue angle of 19.56º 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 #FFA478 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 120 | - |
| CMYK | 0 | 0.36 | 0.53 | 0 |
| HSL | 19.56º | 1% | 0.74% | - |
| HSV(B) | 19.56º | 0.53% | 1% | - |
| XYZ | 57.91 | 49.17 | 24.21 | - |
| YUV | 186.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 120 | 0 | 0.36 | 0.53 | 0 | 19.56 | 1 | 0.74 |
| Hex | FF | A4 | 78 | 0 | 24 | 35 | 0 | 14 | 64 | 4A |
| Octal | 377 | 244 | 170 | 0 | 44 | 65 | 0 | 24 | 144 | 112 |
| Binary | 11111111 | 10100100 | 1111000 | 0 | 100100 | 110101 | 0 | 10100 | 1100100 | 1001010 |
Color Harmonies of #FFA478
Complementary color
Monochromatic Colors of #FFA478
Black with #FFA478
Text Example
Text Example
White with #FFA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA478; }
p { color: rgb(255,164,120); }
H1.HeaderClassName
{
color: #FFA478;
}
.AnyTagClassName
{
color: #FFA478;
}
</style>
background-color css
<style>
a { background-color: #FFA478; }
a { background-color: rgb(255,164,120); }
div.DivClassName
{
background-color: #FFA478;
}
.BgClassName
{
background-color: #FFA478;
}
</style>
border-color css
<style>
span { border-color: #FFA478; }
span { border-color: rgb(255,164,120); }
td.TdClassName
{
border-color: #FFA478;
}
.TagClassName
{
border-color: #FFA478;
}
</style>