Shades of Light Salmon #FFA485
Tints of Light Salmon #FFA485
RGB
CMYK
RGB Variations
Color information
#FFA485 (or 0xFFA485) is known color: Light Salmon. HEX triplet: FF, A4 and 85. RGB value is (255,164,133). Sum of RGB (Red+Green+Blue) = 255+164+133=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA485 is #005B7A. Grayscale: #BBBBBB. Windows color (decimal): -23419 or 8758527. OLE color: 8758527.
HSL color Cylindrical-coordinate representation of color #FFA485: hue angle of 15.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFA485 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 133 | - |
| CMYK | 0 | 0.36 | 0.48 | 0 |
| HSL | 15.25º | 1% | 0.76% | - |
| HSV(B) | 15.25º | 0.48% | 1% | - |
| XYZ | 58.75 | 49.5 | 28.65 | - |
| YUV | 187.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 133 | 0 | 0.36 | 0.48 | 0 | 15.25 | 1 | 0.76 |
| Hex | FF | A4 | 85 | 0 | 24 | 30 | 0 | F | 64 | 4C |
| Octal | 377 | 244 | 205 | 0 | 44 | 60 | 0 | 17 | 144 | 114 |
| Binary | 11111111 | 10100100 | 10000101 | 0 | 100100 | 110000 | 0 | 1111 | 1100100 | 1001100 |
Color Harmonies of #FFA485
Complementary color
Monochromatic Colors of #FFA485
Black with #FFA485
Text Example
Text Example
White with #FFA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA485; }
p { color: rgb(255,164,133); }
H1.HeaderClassName
{
color: #FFA485;
}
.AnyTagClassName
{
color: #FFA485;
}
</style>
background-color css
<style>
a { background-color: #FFA485; }
a { background-color: rgb(255,164,133); }
div.DivClassName
{
background-color: #FFA485;
}
.BgClassName
{
background-color: #FFA485;
}
</style>
border-color css
<style>
span { border-color: #FFA485; }
span { border-color: rgb(255,164,133); }
td.TdClassName
{
border-color: #FFA485;
}
.TagClassName
{
border-color: #FFA485;
}
</style>