Shades of Light Salmon #F99D7C
Tints of Light Salmon #F99D7C
RGB
CMYK
RGB Variations
Color information
#F99D7C (or 0xF99D7C) is known color: Light Salmon. HEX triplet: F9, 9D and 7C. RGB value is (249,157,124). Sum of RGB (Red+Green+Blue) = 249+157+124=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D7C is #066283. Grayscale: #B4B4B4. Windows color (decimal): -418436 or 8166905. OLE color: 8166905.
HSL color Cylindrical-coordinate representation of color #F99D7C: hue angle of 15.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F99D7C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 124 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.02 |
| HSL | 15.84º | 0.91% | 0.73% | - |
| HSV(B) | 15.84º | 0.5% | 0.98% | - |
| XYZ | 54.76 | 45.71 | 25.01 | - |
| YUV | 180.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 124 | 0 | 0.37 | 0.50 | 0.02 | 15.84 | 0.91 | 0.73 |
| Hex | F9 | 9D | 7C | 0 | 25 | 32 | 2 | 10 | 5B | 49 |
| Octal | 371 | 235 | 174 | 0 | 45 | 62 | 2 | 20 | 133 | 111 |
| Binary | 11111001 | 10011101 | 1111100 | 0 | 100101 | 110010 | 10 | 10000 | 1011011 | 1001001 |
Color Harmonies of #F99D7C
Complementary color
Monochromatic Colors of #F99D7C
Black with #F99D7C
Text Example
Text Example
White with #F99D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D7C; }
p { color: rgb(249,157,124); }
H1.HeaderClassName
{
color: #F99D7C;
}
.AnyTagClassName
{
color: #F99D7C;
}
</style>
background-color css
<style>
a { background-color: #F99D7C; }
a { background-color: rgb(249,157,124); }
div.DivClassName
{
background-color: #F99D7C;
}
.BgClassName
{
background-color: #F99D7C;
}
</style>
border-color css
<style>
span { border-color: #F99D7C; }
span { border-color: rgb(249,157,124); }
td.TdClassName
{
border-color: #F99D7C;
}
.TagClassName
{
border-color: #F99D7C;
}
</style>