Shades of Light Salmon #FF9B7A
Tints of Light Salmon #FF9B7A
RGB
CMYK
RGB Variations
Color information
#FF9B7A (or 0xFF9B7A) is known color: Light Salmon. HEX triplet: FF, 9B and 7A. RGB value is (255,155,122). Sum of RGB (Red+Green+Blue) = 255+155+122=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B7A is #006485. Grayscale: #B5B5B5. Windows color (decimal): -25734 or 8035327. OLE color: 8035327.
HSL color Cylindrical-coordinate representation of color #FF9B7A: hue angle of 14.89º 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 #FF9B7A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 122 | - |
| CMYK | 0 | 0.39 | 0.52 | 0 |
| HSL | 14.89º | 1% | 0.74% | - |
| HSV(B) | 14.89º | 0.52% | 1% | - |
| XYZ | 56.47 | 46.11 | 24.34 | - |
| YUV | 181.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 122 | 0 | 0.39 | 0.52 | 0 | 14.89 | 1 | 0.74 |
| Hex | FF | 9B | 7A | 0 | 27 | 34 | 0 | F | 64 | 4A |
| Octal | 377 | 233 | 172 | 0 | 47 | 64 | 0 | 17 | 144 | 112 |
| Binary | 11111111 | 10011011 | 1111010 | 0 | 100111 | 110100 | 0 | 1111 | 1100100 | 1001010 |
Color Harmonies of #FF9B7A
Complementary color
Monochromatic Colors of #FF9B7A
Black with #FF9B7A
Text Example
Text Example
White with #FF9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B7A; }
p { color: rgb(255,155,122); }
H1.HeaderClassName
{
color: #FF9B7A;
}
.AnyTagClassName
{
color: #FF9B7A;
}
</style>
background-color css
<style>
a { background-color: #FF9B7A; }
a { background-color: rgb(255,155,122); }
div.DivClassName
{
background-color: #FF9B7A;
}
.BgClassName
{
background-color: #FF9B7A;
}
</style>
border-color css
<style>
span { border-color: #FF9B7A; }
span { border-color: rgb(255,155,122); }
td.TdClassName
{
border-color: #FF9B7A;
}
.TagClassName
{
border-color: #FF9B7A;
}
</style>