Shades of Light Salmon #F4A07B
Tints of Light Salmon #F4A07B
RGB
CMYK
RGB Variations
Color information
#F4A07B (or 0xF4A07B) is known color: Light Salmon. HEX triplet: F4, A0 and 7B. RGB value is (244,160,123). Sum of RGB (Red+Green+Blue) = 244+160+123=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A07B is #0B5F84. Grayscale: #B5B5B5. Windows color (decimal): -745349 or 8102132. OLE color: 8102132.
HSL color Cylindrical-coordinate representation of color #F4A07B: hue angle of 18.35º degrees, saturation: 0.85, 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 #F4A07B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 123 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.04 |
| HSL | 18.35º | 0.85% | 0.72% | - |
| HSV(B) | 18.35º | 0.5% | 0.96% | - |
| XYZ | 53.45 | 45.8 | 24.76 | - |
| YUV | 180.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 123 | 0 | 0.34 | 0.50 | 0.04 | 18.35 | 0.85 | 0.72 |
| Hex | F4 | A0 | 7B | 0 | 22 | 32 | 4 | 12 | 55 | 48 |
| Octal | 364 | 240 | 173 | 0 | 42 | 62 | 4 | 22 | 125 | 110 |
| Binary | 11110100 | 10100000 | 1111011 | 0 | 100010 | 110010 | 100 | 10010 | 1010101 | 1001000 |
Color Harmonies of #F4A07B
Complementary color
Monochromatic Colors of #F4A07B
Black with #F4A07B
Text Example
Text Example
White with #F4A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A07B; }
p { color: rgb(244,160,123); }
H1.HeaderClassName
{
color: #F4A07B;
}
.AnyTagClassName
{
color: #F4A07B;
}
</style>
background-color css
<style>
a { background-color: #F4A07B; }
a { background-color: rgb(244,160,123); }
div.DivClassName
{
background-color: #F4A07B;
}
.BgClassName
{
background-color: #F4A07B;
}
</style>
border-color css
<style>
span { border-color: #F4A07B; }
span { border-color: rgb(244,160,123); }
td.TdClassName
{
border-color: #F4A07B;
}
.TagClassName
{
border-color: #F4A07B;
}
</style>