Shades of Light Salmon #FFA578
Tints of Light Salmon #FFA578
RGB
CMYK
RGB Variations
Color information
#FFA578 (or 0xFFA578) is known color: Light Salmon. HEX triplet: FF, A5 and 78. RGB value is (255,165,120). Sum of RGB (Red+Green+Blue) = 255+165+120=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA578 is #005A87. Grayscale: #BBBBBB. Windows color (decimal): -23176 or 7906815. OLE color: 7906815.
HSL color Cylindrical-coordinate representation of color #FFA578: hue angle of 20º 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 #FFA578 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 120 | - |
| CMYK | 0 | 0.35 | 0.53 | 0 |
| HSL | 20º | 1% | 0.74% | - |
| HSV(B) | 20º | 0.53% | 1% | - |
| XYZ | 58.09 | 49.53 | 24.27 | - |
| YUV | 186.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 120 | 0 | 0.35 | 0.53 | 0 | 20 | 1 | 0.74 |
| Hex | FF | A5 | 78 | 0 | 23 | 35 | 0 | 14 | 64 | 4A |
| Octal | 377 | 245 | 170 | 0 | 43 | 65 | 0 | 24 | 144 | 112 |
| Binary | 11111111 | 10100101 | 1111000 | 0 | 100011 | 110101 | 0 | 10100 | 1100100 | 1001010 |
Color Harmonies of #FFA578
Complementary color
Monochromatic Colors of #FFA578
Black with #FFA578
Text Example
Text Example
White with #FFA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA578; }
p { color: rgb(255,165,120); }
H1.HeaderClassName
{
color: #FFA578;
}
.AnyTagClassName
{
color: #FFA578;
}
</style>
background-color css
<style>
a { background-color: #FFA578; }
a { background-color: rgb(255,165,120); }
div.DivClassName
{
background-color: #FFA578;
}
.BgClassName
{
background-color: #FFA578;
}
</style>
border-color css
<style>
span { border-color: #FFA578; }
span { border-color: rgb(255,165,120); }
td.TdClassName
{
border-color: #FFA578;
}
.TagClassName
{
border-color: #FFA578;
}
</style>