Shades of Light Salmon #F99574
Tints of Light Salmon #F99574
RGB
CMYK
RGB Variations
Color information
#F99574 (or 0xF99574) is known color: Light Salmon. HEX triplet: F9, 95 and 74. RGB value is (249,149,116). Sum of RGB (Red+Green+Blue) = 249+149+116=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F99574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99574 is #066A8B. Grayscale: #AFAFAF. Windows color (decimal): -420492 or 7640569. OLE color: 7640569.
HSL color Cylindrical-coordinate representation of color #F99574: hue angle of 14.89º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F99574 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 116 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.02 |
| HSL | 14.89º | 0.92% | 0.72% | - |
| HSV(B) | 14.89º | 0.53% | 0.98% | - |
| XYZ | 52.97 | 42.9 | 22.01 | - |
| YUV | 175.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 116 | 0 | 0.40 | 0.53 | 0.02 | 14.89 | 0.92 | 0.72 |
| Hex | F9 | 95 | 74 | 0 | 28 | 35 | 2 | F | 5C | 48 |
| Octal | 371 | 225 | 164 | 0 | 50 | 65 | 2 | 17 | 134 | 110 |
| Binary | 11111001 | 10010101 | 1110100 | 0 | 101000 | 110101 | 10 | 1111 | 1011100 | 1001000 |
Color Harmonies of #F99574
Complementary color
Monochromatic Colors of #F99574
Black with #F99574
Text Example
Text Example
White with #F99574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99574; }
p { color: rgb(249,149,116); }
H1.HeaderClassName
{
color: #F99574;
}
.AnyTagClassName
{
color: #F99574;
}
</style>
background-color css
<style>
a { background-color: #F99574; }
a { background-color: rgb(249,149,116); }
div.DivClassName
{
background-color: #F99574;
}
.BgClassName
{
background-color: #F99574;
}
</style>
border-color css
<style>
span { border-color: #F99574; }
span { border-color: rgb(249,149,116); }
td.TdClassName
{
border-color: #F99574;
}
.TagClassName
{
border-color: #F99574;
}
</style>