Shades of Light Salmon #F99C7A
Tints of Light Salmon #F99C7A
RGB
CMYK
RGB Variations
Color information
#F99C7A (or 0xF99C7A) is known color: Light Salmon. HEX triplet: F9, 9C and 7A. RGB value is (249,156,122). Sum of RGB (Red+Green+Blue) = 249+156+122=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C7A is #066385. Grayscale: #B4B4B4. Windows color (decimal): -418694 or 8035577. OLE color: 8035577.
HSL color Cylindrical-coordinate representation of color #F99C7A: hue angle of 16.06º 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 #F99C7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 122 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 16.06º | 0.91% | 0.73% | - |
| HSV(B) | 16.06º | 0.51% | 0.98% | - |
| XYZ | 54.47 | 45.32 | 24.29 | - |
| YUV | 179.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 122 | 0 | 0.37 | 0.51 | 0.02 | 16.06 | 0.91 | 0.73 |
| Hex | F9 | 9C | 7A | 0 | 25 | 33 | 2 | 10 | 5B | 49 |
| Octal | 371 | 234 | 172 | 0 | 45 | 63 | 2 | 20 | 133 | 111 |
| Binary | 11111001 | 10011100 | 1111010 | 0 | 100101 | 110011 | 10 | 10000 | 1011011 | 1001001 |
Color Harmonies of #F99C7A
Complementary color
Monochromatic Colors of #F99C7A
Black with #F99C7A
Text Example
Text Example
White with #F99C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C7A; }
p { color: rgb(249,156,122); }
H1.HeaderClassName
{
color: #F99C7A;
}
.AnyTagClassName
{
color: #F99C7A;
}
</style>
background-color css
<style>
a { background-color: #F99C7A; }
a { background-color: rgb(249,156,122); }
div.DivClassName
{
background-color: #F99C7A;
}
.BgClassName
{
background-color: #F99C7A;
}
</style>
border-color css
<style>
span { border-color: #F99C7A; }
span { border-color: rgb(249,156,122); }
td.TdClassName
{
border-color: #F99C7A;
}
.TagClassName
{
border-color: #F99C7A;
}
</style>