Shades of Light Salmon #FFA276
Tints of Light Salmon #FFA276
RGB
CMYK
RGB Variations
Color information
#FFA276 (or 0xFFA276) is known color: Light Salmon. HEX triplet: FF, A2 and 76. RGB value is (255,162,118). Sum of RGB (Red+Green+Blue) = 255+162+118=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA276 is #005D89. Grayscale: #B9B9B9. Windows color (decimal): -23946 or 7774975. OLE color: 7774975.
HSL color Cylindrical-coordinate representation of color #FFA276: hue angle of 19.27º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA276 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 118 | - |
| CMYK | 0 | 0.36 | 0.54 | 0 |
| HSL | 19.27º | 1% | 0.73% | - |
| HSV(B) | 19.27º | 0.54% | 1% | - |
| XYZ | 57.43 | 48.41 | 23.46 | - |
| YUV | 184.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 118 | 0 | 0.36 | 0.54 | 0 | 19.27 | 1 | 0.73 |
| Hex | FF | A2 | 76 | 0 | 24 | 36 | 0 | 13 | 64 | 49 |
| Octal | 377 | 242 | 166 | 0 | 44 | 66 | 0 | 23 | 144 | 111 |
| Binary | 11111111 | 10100010 | 1110110 | 0 | 100100 | 110110 | 0 | 10011 | 1100100 | 1001001 |
Color Harmonies of #FFA276
Complementary color
Monochromatic Colors of #FFA276
Black with #FFA276
Text Example
Text Example
White with #FFA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA276; }
p { color: rgb(255,162,118); }
H1.HeaderClassName
{
color: #FFA276;
}
.AnyTagClassName
{
color: #FFA276;
}
</style>
background-color css
<style>
a { background-color: #FFA276; }
a { background-color: rgb(255,162,118); }
div.DivClassName
{
background-color: #FFA276;
}
.BgClassName
{
background-color: #FFA276;
}
</style>
border-color css
<style>
span { border-color: #FFA276; }
span { border-color: rgb(255,162,118); }
td.TdClassName
{
border-color: #FFA276;
}
.TagClassName
{
border-color: #FFA276;
}
</style>