Shades of Light Salmon #F2A37C
Tints of Light Salmon #F2A37C
RGB
CMYK
RGB Variations
Color information
#F2A37C (or 0xF2A37C) is known color: Light Salmon. HEX triplet: F2, A3 and 7C. RGB value is (242,163,124). Sum of RGB (Red+Green+Blue) = 242+163+124=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A37C is #0D5C83. Grayscale: #B6B6B6. Windows color (decimal): -875652 or 8168434. OLE color: 8168434.
HSL color Cylindrical-coordinate representation of color #F2A37C: hue angle of 19.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2A37C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 124 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.05 |
| HSL | 19.83º | 0.82% | 0.72% | - |
| HSV(B) | 19.83º | 0.49% | 0.95% | - |
| XYZ | 53.35 | 46.53 | 25.24 | - |
| YUV | 182.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 124 | 0 | 0.33 | 0.49 | 0.05 | 19.83 | 0.82 | 0.72 |
| Hex | F2 | A3 | 7C | 0 | 21 | 31 | 5 | 14 | 52 | 48 |
| Octal | 362 | 243 | 174 | 0 | 41 | 61 | 5 | 24 | 122 | 110 |
| Binary | 11110010 | 10100011 | 1111100 | 0 | 100001 | 110001 | 101 | 10100 | 1010010 | 1001000 |
Color Harmonies of #F2A37C
Complementary color
Monochromatic Colors of #F2A37C
Black with #F2A37C
Text Example
Text Example
White with #F2A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A37C; }
p { color: rgb(242,163,124); }
H1.HeaderClassName
{
color: #F2A37C;
}
.AnyTagClassName
{
color: #F2A37C;
}
</style>
background-color css
<style>
a { background-color: #F2A37C; }
a { background-color: rgb(242,163,124); }
div.DivClassName
{
background-color: #F2A37C;
}
.BgClassName
{
background-color: #F2A37C;
}
</style>
border-color css
<style>
span { border-color: #F2A37C; }
span { border-color: rgb(242,163,124); }
td.TdClassName
{
border-color: #F2A37C;
}
.TagClassName
{
border-color: #F2A37C;
}
</style>