Shades of Light Salmon #F2A37E
Tints of Light Salmon #F2A37E
RGB
CMYK
RGB Variations
Color information
#F2A37E (or 0xF2A37E) is known color: Light Salmon. HEX triplet: F2, A3 and 7E. RGB value is (242,163,126). Sum of RGB (Red+Green+Blue) = 242+163+126=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A37E is #0D5C81. Grayscale: #B6B6B6. Windows color (decimal): -875650 or 8299506. OLE color: 8299506.
HSL color Cylindrical-coordinate representation of color #F2A37E: hue angle of 19.14º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2A37E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 126 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.05 |
| HSL | 19.14º | 0.82% | 0.72% | - |
| HSV(B) | 19.14º | 0.48% | 0.95% | - |
| XYZ | 53.48 | 46.58 | 25.91 | - |
| YUV | 182.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 126 | 0 | 0.33 | 0.48 | 0.05 | 19.14 | 0.82 | 0.72 |
| Hex | F2 | A3 | 7E | 0 | 21 | 30 | 5 | 13 | 52 | 48 |
| Octal | 362 | 243 | 176 | 0 | 41 | 60 | 5 | 23 | 122 | 110 |
| Binary | 11110010 | 10100011 | 1111110 | 0 | 100001 | 110000 | 101 | 10011 | 1010010 | 1001000 |
Color Harmonies of #F2A37E
Complementary color
Monochromatic Colors of #F2A37E
Black with #F2A37E
Text Example
Text Example
White with #F2A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A37E; }
p { color: rgb(242,163,126); }
H1.HeaderClassName
{
color: #F2A37E;
}
.AnyTagClassName
{
color: #F2A37E;
}
</style>
background-color css
<style>
a { background-color: #F2A37E; }
a { background-color: rgb(242,163,126); }
div.DivClassName
{
background-color: #F2A37E;
}
.BgClassName
{
background-color: #F2A37E;
}
</style>
border-color css
<style>
span { border-color: #F2A37E; }
span { border-color: rgb(242,163,126); }
td.TdClassName
{
border-color: #F2A37E;
}
.TagClassName
{
border-color: #F2A37E;
}
</style>