Shades of Light Salmon #F99B7A
Tints of Light Salmon #F99B7A
RGB
CMYK
RGB Variations
Color information
#F99B7A (or 0xF99B7A) is known color: Light Salmon. HEX triplet: F9, 9B and 7A. RGB value is (249,155,122). Sum of RGB (Red+Green+Blue) = 249+155+122=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99B7A is #066485. Grayscale: #B3B3B3. Windows color (decimal): -418950 or 8035321. OLE color: 8035321.
HSL color Cylindrical-coordinate representation of color #F99B7A: hue angle of 15.59º 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 #F99B7A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 122 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.02 |
| HSL | 15.59º | 0.91% | 0.73% | - |
| HSV(B) | 15.59º | 0.51% | 0.98% | - |
| XYZ | 54.3 | 44.99 | 24.23 | - |
| YUV | 179.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 122 | 0 | 0.38 | 0.51 | 0.02 | 15.59 | 0.91 | 0.73 |
| Hex | F9 | 9B | 7A | 0 | 26 | 33 | 2 | 10 | 5B | 49 |
| Octal | 371 | 233 | 172 | 0 | 46 | 63 | 2 | 20 | 133 | 111 |
| Binary | 11111001 | 10011011 | 1111010 | 0 | 100110 | 110011 | 10 | 10000 | 1011011 | 1001001 |
Color Harmonies of #F99B7A
Complementary color
Monochromatic Colors of #F99B7A
Black with #F99B7A
Text Example
Text Example
White with #F99B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B7A; }
p { color: rgb(249,155,122); }
H1.HeaderClassName
{
color: #F99B7A;
}
.AnyTagClassName
{
color: #F99B7A;
}
</style>
background-color css
<style>
a { background-color: #F99B7A; }
a { background-color: rgb(249,155,122); }
div.DivClassName
{
background-color: #F99B7A;
}
.BgClassName
{
background-color: #F99B7A;
}
</style>
border-color css
<style>
span { border-color: #F99B7A; }
span { border-color: rgb(249,155,122); }
td.TdClassName
{
border-color: #F99B7A;
}
.TagClassName
{
border-color: #F99B7A;
}
</style>