Shades of Light Salmon #F5A37B
Tints of Light Salmon #F5A37B
RGB
CMYK
RGB Variations
Color information
#F5A37B (or 0xF5A37B) is known color: Light Salmon. HEX triplet: F5, A3 and 7B. RGB value is (245,163,123). Sum of RGB (Red+Green+Blue) = 245+163+123=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A37B is #0A5C84. Grayscale: #B7B7B7. Windows color (decimal): -679045 or 8102901. OLE color: 8102901.
HSL color Cylindrical-coordinate representation of color #F5A37B: hue angle of 19.67º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5A37B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 123 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.04 |
| HSL | 19.67º | 0.86% | 0.72% | - |
| HSV(B) | 19.67º | 0.5% | 0.96% | - |
| XYZ | 54.33 | 47.04 | 24.95 | - |
| YUV | 182.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 123 | 0 | 0.33 | 0.50 | 0.04 | 19.67 | 0.86 | 0.72 |
| Hex | F5 | A3 | 7B | 0 | 21 | 32 | 4 | 14 | 56 | 48 |
| Octal | 365 | 243 | 173 | 0 | 41 | 62 | 4 | 24 | 126 | 110 |
| Binary | 11110101 | 10100011 | 1111011 | 0 | 100001 | 110010 | 100 | 10100 | 1010110 | 1001000 |
Color Harmonies of #F5A37B
Complementary color
Monochromatic Colors of #F5A37B
Black with #F5A37B
Text Example
Text Example
White with #F5A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A37B; }
p { color: rgb(245,163,123); }
H1.HeaderClassName
{
color: #F5A37B;
}
.AnyTagClassName
{
color: #F5A37B;
}
</style>
background-color css
<style>
a { background-color: #F5A37B; }
a { background-color: rgb(245,163,123); }
div.DivClassName
{
background-color: #F5A37B;
}
.BgClassName
{
background-color: #F5A37B;
}
</style>
border-color css
<style>
span { border-color: #F5A37B; }
span { border-color: rgb(245,163,123); }
td.TdClassName
{
border-color: #F5A37B;
}
.TagClassName
{
border-color: #F5A37B;
}
</style>