Shades of Light Salmon #FFA07D
Tints of Light Salmon #FFA07D
RGB
CMYK
RGB Variations
Color information
#FFA07D (or 0xFFA07D) is known color: Light Salmon. HEX triplet: FF, A0 and 7D. RGB value is (255,160,125). Sum of RGB (Red+Green+Blue) = 255+160+125=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA07D is #005F82. Grayscale: #B8B8B8. Windows color (decimal): -24451 or 8233215. OLE color: 8233215.
HSL color Cylindrical-coordinate representation of color #FFA07D: hue angle of 16.15º 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 #FFA07D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 160 | 125 | - |
CMYK | 0 | 0.37 | 0.51 | 0 |
HSL | 16.15º | 1% | 0.75% | - |
HSV(B) | 16.15º | 0.51% | 1% | - |
XYZ | 57.51 | 47.88 | 25.61 | - |
YUV | 184.42 | 94.47 | 178.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 160 | 125 | 0 | 0.37 | 0.51 | 0 | 16.15 | 1 | 0.75 |
Hex | FF | A0 | 7D | 0 | 25 | 33 | 0 | 10 | 64 | 4B |
Octal | 377 | 240 | 175 | 0 | 45 | 63 | 0 | 20 | 144 | 113 |
Binary | 11111111 | 10100000 | 1111101 | 0 | 100101 | 110011 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA07D
Complementary color
Monochromatic Colors of #FFA07D
Black with #FFA07D
Text Example
Text Example
White with #FFA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA07D; }
p { color: rgb(255,160,125); }
H1.HeaderClassName
{
color: #FFA07D;
}
.AnyTagClassName
{
color: #FFA07D;
}
</style>
background-color css
<style>
a { background-color: #FFA07D; }
a { background-color: rgb(255,160,125); }
div.DivClassName
{
background-color: #FFA07D;
}
.BgClassName
{
background-color: #FFA07D;
}
</style>
border-color css
<style>
span { border-color: #FFA07D; }
span { border-color: rgb(255,160,125); }
td.TdClassName
{
border-color: #FFA07D;
}
.TagClassName
{
border-color: #FFA07D;
}
</style>