Shades of Light Salmon #FAA37F
Tints of Light Salmon #FAA37F
RGB
CMYK
RGB Variations
Color information
#FAA37F (or 0xFAA37F) is known color: Light Salmon. HEX triplet: FA, A3 and 7F. RGB value is (250,163,127). Sum of RGB (Red+Green+Blue) = 250+163+127=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA37F is #055C80. Grayscale: #B9B9B9. Windows color (decimal): -351361 or 8365050. OLE color: 8365050.
HSL color Cylindrical-coordinate representation of color #FAA37F: hue angle of 17.56º 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 #FAA37F is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 127 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.02 |
| HSL | 17.56º | 0.92% | 0.74% | - |
| HSV(B) | 17.56º | 0.49% | 0.98% | - |
| XYZ | 56.35 | 48.05 | 26.38 | - |
| YUV | 184.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 127 | 0 | 0.35 | 0.49 | 0.02 | 17.56 | 0.92 | 0.74 |
| Hex | FA | A3 | 7F | 0 | 23 | 31 | 2 | 12 | 5C | 4A |
| Octal | 372 | 243 | 177 | 0 | 43 | 61 | 2 | 22 | 134 | 112 |
| Binary | 11111010 | 10100011 | 1111111 | 0 | 100011 | 110001 | 10 | 10010 | 1011100 | 1001010 |
Color Harmonies of #FAA37F
Complementary color
Monochromatic Colors of #FAA37F
Black with #FAA37F
Text Example
Text Example
White with #FAA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA37F; }
p { color: rgb(250,163,127); }
H1.HeaderClassName
{
color: #FAA37F;
}
.AnyTagClassName
{
color: #FAA37F;
}
</style>
background-color css
<style>
a { background-color: #FAA37F; }
a { background-color: rgb(250,163,127); }
div.DivClassName
{
background-color: #FAA37F;
}
.BgClassName
{
background-color: #FAA37F;
}
</style>
border-color css
<style>
span { border-color: #FAA37F; }
span { border-color: rgb(250,163,127); }
td.TdClassName
{
border-color: #FAA37F;
}
.TagClassName
{
border-color: #FAA37F;
}
</style>