Shades of Light Salmon #F9A07B
Tints of Light Salmon #F9A07B
RGB
CMYK
RGB Variations
Color information
#F9A07B (or 0xF9A07B) is known color: Light Salmon. HEX triplet: F9, A0 and 7B. RGB value is (249,160,123). Sum of RGB (Red+Green+Blue) = 249+160+123=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A07B is #065F84. Grayscale: #B6B6B6. Windows color (decimal): -417669 or 8102137. OLE color: 8102137.
HSL color Cylindrical-coordinate representation of color #F9A07B: hue angle of 17.62º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9A07B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.62º | 0.91% | 0.73% | - |
| HSV(B) | 17.62º | 0.51% | 0.98% | - |
| XYZ | 55.21 | 46.71 | 24.85 | - |
| YUV | 182.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.62 | 0.91 | 0.73 |
| Hex | F9 | A0 | 7B | 0 | 24 | 33 | 2 | 12 | 5B | 49 |
| Octal | 371 | 240 | 173 | 0 | 44 | 63 | 2 | 22 | 133 | 111 |
| Binary | 11111001 | 10100000 | 1111011 | 0 | 100100 | 110011 | 10 | 10010 | 1011011 | 1001001 |
Color Harmonies of #F9A07B
Complementary color
Monochromatic Colors of #F9A07B
Black with #F9A07B
Text Example
Text Example
White with #F9A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A07B; }
p { color: rgb(249,160,123); }
H1.HeaderClassName
{
color: #F9A07B;
}
.AnyTagClassName
{
color: #F9A07B;
}
</style>
background-color css
<style>
a { background-color: #F9A07B; }
a { background-color: rgb(249,160,123); }
div.DivClassName
{
background-color: #F9A07B;
}
.BgClassName
{
background-color: #F9A07B;
}
</style>
border-color css
<style>
span { border-color: #F9A07B; }
span { border-color: rgb(249,160,123); }
td.TdClassName
{
border-color: #F9A07B;
}
.TagClassName
{
border-color: #F9A07B;
}
</style>