Shades of Light Salmon #F99E7D
Tints of Light Salmon #F99E7D
RGB
CMYK
RGB Variations
Color information
#F99E7D (or 0xF99E7D) is known color: Light Salmon. HEX triplet: F9, 9E and 7D. RGB value is (249,158,125). Sum of RGB (Red+Green+Blue) = 249+158+125=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E7D is #066182. Grayscale: #B5B5B5. Windows color (decimal): -418179 or 8232697. OLE color: 8232697.
HSL color Cylindrical-coordinate representation of color #F99E7D: hue angle of 15.97º 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 #F99E7D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 125 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.02 |
| HSL | 15.97º | 0.91% | 0.73% | - |
| HSV(B) | 15.97º | 0.5% | 0.98% | - |
| XYZ | 55 | 46.07 | 25.4 | - |
| YUV | 181.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 125 | 0 | 0.37 | 0.50 | 0.02 | 15.97 | 0.91 | 0.73 |
| Hex | F9 | 9E | 7D | 0 | 25 | 32 | 2 | 10 | 5B | 49 |
| Octal | 371 | 236 | 175 | 0 | 45 | 62 | 2 | 20 | 133 | 111 |
| Binary | 11111001 | 10011110 | 1111101 | 0 | 100101 | 110010 | 10 | 10000 | 1011011 | 1001001 |
Color Harmonies of #F99E7D
Complementary color
Monochromatic Colors of #F99E7D
Black with #F99E7D
Text Example
Text Example
White with #F99E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E7D; }
p { color: rgb(249,158,125); }
H1.HeaderClassName
{
color: #F99E7D;
}
.AnyTagClassName
{
color: #F99E7D;
}
</style>
background-color css
<style>
a { background-color: #F99E7D; }
a { background-color: rgb(249,158,125); }
div.DivClassName
{
background-color: #F99E7D;
}
.BgClassName
{
background-color: #F99E7D;
}
</style>
border-color css
<style>
span { border-color: #F99E7D; }
span { border-color: rgb(249,158,125); }
td.TdClassName
{
border-color: #F99E7D;
}
.TagClassName
{
border-color: #F99E7D;
}
</style>