Shades of Light Salmon #FFA47D
Tints of Light Salmon #FFA47D
RGB
CMYK
RGB Variations
Color information
#FFA47D (or 0xFFA47D) is known color: Light Salmon. HEX triplet: FF, A4 and 7D. RGB value is (255,164,125). Sum of RGB (Red+Green+Blue) = 255+164+125=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA47D is #005B82. Grayscale: #BBBBBB. Windows color (decimal): -23427 or 8234239. OLE color: 8234239.
HSL color Cylindrical-coordinate representation of color #FFA47D: hue angle of 18º 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 #FFA47D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 164 | 125 | - |
CMYK | 0 | 0.36 | 0.51 | 0 |
HSL | 18º | 1% | 0.75% | - |
HSV(B) | 18º | 0.51% | 1% | - |
XYZ | 58.22 | 49.29 | 25.85 | - |
YUV | 186.76 | 93.15 | 176.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 164 | 125 | 0 | 0.36 | 0.51 | 0 | 18 | 1 | 0.75 |
Hex | FF | A4 | 7D | 0 | 24 | 33 | 0 | 12 | 64 | 4B |
Octal | 377 | 244 | 175 | 0 | 44 | 63 | 0 | 22 | 144 | 113 |
Binary | 11111111 | 10100100 | 1111101 | 0 | 100100 | 110011 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA47D
Complementary color
Monochromatic Colors of #FFA47D
Black with #FFA47D
Text Example
Text Example
White with #FFA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA47D; }
p { color: rgb(255,164,125); }
H1.HeaderClassName
{
color: #FFA47D;
}
.AnyTagClassName
{
color: #FFA47D;
}
</style>
background-color css
<style>
a { background-color: #FFA47D; }
a { background-color: rgb(255,164,125); }
div.DivClassName
{
background-color: #FFA47D;
}
.BgClassName
{
background-color: #FFA47D;
}
</style>
border-color css
<style>
span { border-color: #FFA47D; }
span { border-color: rgb(255,164,125); }
td.TdClassName
{
border-color: #FFA47D;
}
.TagClassName
{
border-color: #FFA47D;
}
</style>