Shades of Light Salmon #FF9772
Tints of Light Salmon #FF9772
RGB
CMYK
RGB Variations
Color information
#FF9772 (or 0xFF9772) is known color: Light Salmon. HEX triplet: FF, 97 and 72. RGB value is (255,151,114). Sum of RGB (Red+Green+Blue) = 255+151+114=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9772 is #00688D. Grayscale: #B2B2B2. Windows color (decimal): -26766 or 7510015. OLE color: 7510015.
HSL color Cylindrical-coordinate representation of color #FF9772: hue angle of 15.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9772 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 114 | - |
| CMYK | 0 | 0.41 | 0.55 | 0 |
| HSL | 15.74º | 1% | 0.72% | - |
| HSV(B) | 15.74º | 0.55% | 1% | - |
| XYZ | 55.34 | 44.61 | 21.61 | - |
| YUV | 177.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 114 | 0 | 0.41 | 0.55 | 0 | 15.74 | 1 | 0.72 |
| Hex | FF | 97 | 72 | 0 | 29 | 37 | 0 | 10 | 64 | 48 |
| Octal | 377 | 227 | 162 | 0 | 51 | 67 | 0 | 20 | 144 | 110 |
| Binary | 11111111 | 10010111 | 1110010 | 0 | 101001 | 110111 | 0 | 10000 | 1100100 | 1001000 |
Color Harmonies of #FF9772
Complementary color
Monochromatic Colors of #FF9772
Black with #FF9772
Text Example
Text Example
White with #FF9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9772; }
p { color: rgb(255,151,114); }
H1.HeaderClassName
{
color: #FF9772;
}
.AnyTagClassName
{
color: #FF9772;
}
</style>
background-color css
<style>
a { background-color: #FF9772; }
a { background-color: rgb(255,151,114); }
div.DivClassName
{
background-color: #FF9772;
}
.BgClassName
{
background-color: #FF9772;
}
</style>
border-color css
<style>
span { border-color: #FF9772; }
span { border-color: rgb(255,151,114); }
td.TdClassName
{
border-color: #FF9772;
}
.TagClassName
{
border-color: #FF9772;
}
</style>