Shades of Light Salmon #F4A37E
Tints of Light Salmon #F4A37E
RGB
CMYK
RGB Variations
Color information
#F4A37E (or 0xF4A37E) is known color: Light Salmon. HEX triplet: F4, A3 and 7E. RGB value is (244,163,126). Sum of RGB (Red+Green+Blue) = 244+163+126=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A37E is #0B5C81. Grayscale: #B7B7B7. Windows color (decimal): -744578 or 8299508. OLE color: 8299508.
HSL color Cylindrical-coordinate representation of color #F4A37E: hue angle of 18.81º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4A37E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 126 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.04 |
| HSL | 18.81º | 0.84% | 0.73% | - |
| HSV(B) | 18.81º | 0.48% | 0.96% | - |
| XYZ | 54.17 | 46.93 | 25.94 | - |
| YUV | 183 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 126 | 0 | 0.33 | 0.48 | 0.04 | 18.81 | 0.84 | 0.73 |
| Hex | F4 | A3 | 7E | 0 | 21 | 30 | 4 | 13 | 54 | 49 |
| Octal | 364 | 243 | 176 | 0 | 41 | 60 | 4 | 23 | 124 | 111 |
| Binary | 11110100 | 10100011 | 1111110 | 0 | 100001 | 110000 | 100 | 10011 | 1010100 | 1001001 |
Color Harmonies of #F4A37E
Complementary color
Monochromatic Colors of #F4A37E
Black with #F4A37E
Text Example
Text Example
White with #F4A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A37E; }
p { color: rgb(244,163,126); }
H1.HeaderClassName
{
color: #F4A37E;
}
.AnyTagClassName
{
color: #F4A37E;
}
</style>
background-color css
<style>
a { background-color: #F4A37E; }
a { background-color: rgb(244,163,126); }
div.DivClassName
{
background-color: #F4A37E;
}
.BgClassName
{
background-color: #F4A37E;
}
</style>
border-color css
<style>
span { border-color: #F4A37E; }
span { border-color: rgb(244,163,126); }
td.TdClassName
{
border-color: #F4A37E;
}
.TagClassName
{
border-color: #F4A37E;
}
</style>