Shades of Light Salmon #F2A37D
Tints of Light Salmon #F2A37D
RGB
CMYK
RGB Variations
Color information
#F2A37D (or 0xF2A37D) is known color: Light Salmon. HEX triplet: F2, A3 and 7D. RGB value is (242,163,125). Sum of RGB (Red+Green+Blue) = 242+163+125=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A37D is #0D5C82. Grayscale: #B6B6B6. Windows color (decimal): -875651 or 8233970. OLE color: 8233970.
HSL color Cylindrical-coordinate representation of color #F2A37D: hue angle of 19.49º 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 #F2A37D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 125 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.05 |
| HSL | 19.49º | 0.82% | 0.72% | - |
| HSV(B) | 19.49º | 0.48% | 0.95% | - |
| XYZ | 53.42 | 46.55 | 25.57 | - |
| YUV | 182.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 125 | 0 | 0.33 | 0.48 | 0.05 | 19.49 | 0.82 | 0.72 |
| Hex | F2 | A3 | 7D | 0 | 21 | 30 | 5 | 13 | 52 | 48 |
| Octal | 362 | 243 | 175 | 0 | 41 | 60 | 5 | 23 | 122 | 110 |
| Binary | 11110010 | 10100011 | 1111101 | 0 | 100001 | 110000 | 101 | 10011 | 1010010 | 1001000 |
Color Harmonies of #F2A37D
Complementary color
Monochromatic Colors of #F2A37D
Black with #F2A37D
Text Example
Text Example
White with #F2A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A37D; }
p { color: rgb(242,163,125); }
H1.HeaderClassName
{
color: #F2A37D;
}
.AnyTagClassName
{
color: #F2A37D;
}
</style>
background-color css
<style>
a { background-color: #F2A37D; }
a { background-color: rgb(242,163,125); }
div.DivClassName
{
background-color: #F2A37D;
}
.BgClassName
{
background-color: #F2A37D;
}
</style>
border-color css
<style>
span { border-color: #F2A37D; }
span { border-color: rgb(242,163,125); }
td.TdClassName
{
border-color: #F2A37D;
}
.TagClassName
{
border-color: #F2A37D;
}
</style>