Shades of Light Salmon #FAA280
Tints of Light Salmon #FAA280
RGB
CMYK
RGB Variations
Color information
#FAA280 (or 0xFAA280) is known color: Light Salmon. HEX triplet: FA, A2 and 80. RGB value is (250,162,128). Sum of RGB (Red+Green+Blue) = 250+162+128=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA280 is #055D7F. Grayscale: #B8B8B8. Windows color (decimal): -351616 or 8430330. OLE color: 8430330.
HSL color Cylindrical-coordinate representation of color #FAA280: hue angle of 16.72º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA280 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 128 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.02 |
| HSL | 16.72º | 0.92% | 0.74% | - |
| HSV(B) | 16.72º | 0.49% | 0.98% | - |
| XYZ | 56.24 | 47.72 | 26.67 | - |
| YUV | 184.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 128 | 0 | 0.35 | 0.49 | 0.02 | 16.72 | 0.92 | 0.74 |
| Hex | FA | A2 | 80 | 0 | 23 | 31 | 2 | 11 | 5C | 4A |
| Octal | 372 | 242 | 200 | 0 | 43 | 61 | 2 | 21 | 134 | 112 |
| Binary | 11111010 | 10100010 | 10000000 | 0 | 100011 | 110001 | 10 | 10001 | 1011100 | 1001010 |
Color Harmonies of #FAA280
Complementary color
Monochromatic Colors of #FAA280
Black with #FAA280
Text Example
Text Example
White with #FAA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA280; }
p { color: rgb(250,162,128); }
H1.HeaderClassName
{
color: #FAA280;
}
.AnyTagClassName
{
color: #FAA280;
}
</style>
background-color css
<style>
a { background-color: #FAA280; }
a { background-color: rgb(250,162,128); }
div.DivClassName
{
background-color: #FAA280;
}
.BgClassName
{
background-color: #FAA280;
}
</style>
border-color css
<style>
span { border-color: #FAA280; }
span { border-color: rgb(250,162,128); }
td.TdClassName
{
border-color: #FAA280;
}
.TagClassName
{
border-color: #FAA280;
}
</style>