Shades of Light Salmon #FF9F7A
Tints of Light Salmon #FF9F7A
RGB
CMYK
RGB Variations
Color information
#FF9F7A (or 0xFF9F7A) is known color: Light Salmon. HEX triplet: FF, 9F and 7A. RGB value is (255,159,122). Sum of RGB (Red+Green+Blue) = 255+159+122=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F7A is #006085. Grayscale: #B7B7B7. Windows color (decimal): -24710 or 8036351. OLE color: 8036351.
HSL color Cylindrical-coordinate representation of color #FF9F7A: hue angle of 16.69º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF9F7A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 122 | - |
| CMYK | 0 | 0.38 | 0.52 | 0 |
| HSL | 16.69º | 1% | 0.74% | - |
| HSV(B) | 16.69º | 0.52% | 1% | - |
| XYZ | 57.15 | 47.46 | 24.56 | - |
| YUV | 183.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 122 | 0 | 0.38 | 0.52 | 0 | 16.69 | 1 | 0.74 |
| Hex | FF | 9F | 7A | 0 | 26 | 34 | 0 | 11 | 64 | 4A |
| Octal | 377 | 237 | 172 | 0 | 46 | 64 | 0 | 21 | 144 | 112 |
| Binary | 11111111 | 10011111 | 1111010 | 0 | 100110 | 110100 | 0 | 10001 | 1100100 | 1001010 |
Color Harmonies of #FF9F7A
Complementary color
Monochromatic Colors of #FF9F7A
Black with #FF9F7A
Text Example
Text Example
White with #FF9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F7A; }
p { color: rgb(255,159,122); }
H1.HeaderClassName
{
color: #FF9F7A;
}
.AnyTagClassName
{
color: #FF9F7A;
}
</style>
background-color css
<style>
a { background-color: #FF9F7A; }
a { background-color: rgb(255,159,122); }
div.DivClassName
{
background-color: #FF9F7A;
}
.BgClassName
{
background-color: #FF9F7A;
}
</style>
border-color css
<style>
span { border-color: #FF9F7A; }
span { border-color: rgb(255,159,122); }
td.TdClassName
{
border-color: #FF9F7A;
}
.TagClassName
{
border-color: #FF9F7A;
}
</style>