Shades of Light Salmon #FFA680
Tints of Light Salmon #FFA680
RGB
CMYK
RGB Variations
Color information
#FFA680 (or 0xFFA680) is known color: Light Salmon. HEX triplet: FF, A6 and 80. RGB value is (255,166,128). Sum of RGB (Red+Green+Blue) = 255+166+128=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA680 is #00597F. Grayscale: #BCBCBC. Windows color (decimal): -22912 or 8431359. OLE color: 8431359.
HSL color Cylindrical-coordinate representation of color #FFA680: hue angle of 17.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA680 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 128 | - |
| CMYK | 0 | 0.35 | 0.50 | 0 |
| HSL | 17.95º | 1% | 0.75% | - |
| HSV(B) | 17.95º | 0.5% | 1% | - |
| XYZ | 58.77 | 50.09 | 26.99 | - |
| YUV | 188.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 128 | 0 | 0.35 | 0.50 | 0 | 17.95 | 1 | 0.75 |
| Hex | FF | A6 | 80 | 0 | 23 | 32 | 0 | 12 | 64 | 4B |
| Octal | 377 | 246 | 200 | 0 | 43 | 62 | 0 | 22 | 144 | 113 |
| Binary | 11111111 | 10100110 | 10000000 | 0 | 100011 | 110010 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA680
Complementary color
Monochromatic Colors of #FFA680
Black with #FFA680
Text Example
Text Example
White with #FFA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA680; }
p { color: rgb(255,166,128); }
H1.HeaderClassName
{
color: #FFA680;
}
.AnyTagClassName
{
color: #FFA680;
}
</style>
background-color css
<style>
a { background-color: #FFA680; }
a { background-color: rgb(255,166,128); }
div.DivClassName
{
background-color: #FFA680;
}
.BgClassName
{
background-color: #FFA680;
}
</style>
border-color css
<style>
span { border-color: #FFA680; }
span { border-color: rgb(255,166,128); }
td.TdClassName
{
border-color: #FFA680;
}
.TagClassName
{
border-color: #FFA680;
}
</style>