Shades of Light Salmon #FFA57D
Tints of Light Salmon #FFA57D
RGB
CMYK
RGB Variations
Color information
#FFA57D (or 0xFFA57D) is known color: Light Salmon. HEX triplet: FF, A5 and 7D. RGB value is (255,165,125). Sum of RGB (Red+Green+Blue) = 255+165+125=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA57D is #005A82. Grayscale: #BBBBBB. Windows color (decimal): -23171 or 8234495. OLE color: 8234495.
HSL color Cylindrical-coordinate representation of color #FFA57D: hue angle of 18.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA57D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 165 | 125 | - |
CMYK | 0 | 0.35 | 0.51 | 0 |
HSL | 18.46º | 1% | 0.75% | - |
HSV(B) | 18.46º | 0.51% | 1% | - |
XYZ | 58.4 | 49.65 | 25.91 | - |
YUV | 187.35 | 92.82 | 176.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 165 | 125 | 0 | 0.35 | 0.51 | 0 | 18.46 | 1 | 0.75 |
Hex | FF | A5 | 7D | 0 | 23 | 33 | 0 | 12 | 64 | 4B |
Octal | 377 | 245 | 175 | 0 | 43 | 63 | 0 | 22 | 144 | 113 |
Binary | 11111111 | 10100101 | 1111101 | 0 | 100011 | 110011 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA57D
Complementary color
Monochromatic Colors of #FFA57D
Black with #FFA57D
Text Example
Text Example
White with #FFA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA57D; }
p { color: rgb(255,165,125); }
H1.HeaderClassName
{
color: #FFA57D;
}
.AnyTagClassName
{
color: #FFA57D;
}
</style>
background-color css
<style>
a { background-color: #FFA57D; }
a { background-color: rgb(255,165,125); }
div.DivClassName
{
background-color: #FFA57D;
}
.BgClassName
{
background-color: #FFA57D;
}
</style>
border-color css
<style>
span { border-color: #FFA57D; }
span { border-color: rgb(255,165,125); }
td.TdClassName
{
border-color: #FFA57D;
}
.TagClassName
{
border-color: #FFA57D;
}
</style>