Shades of Light Salmon #FF9C72
Tints of Light Salmon #FF9C72
RGB
CMYK
RGB Variations
Color information
#FF9C72 (or 0xFF9C72) is known color: Light Salmon. HEX triplet: FF, 9C and 72. RGB value is (255,156,114). Sum of RGB (Red+Green+Blue) = 255+156+114=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C72 is #00638D. Grayscale: #B5B5B5. Windows color (decimal): -25486 or 7511295. OLE color: 7511295.
HSL color Cylindrical-coordinate representation of color #FF9C72: hue angle of 17.87º 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 #FF9C72 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 114 | - |
| CMYK | 0 | 0.39 | 0.55 | 0 |
| HSL | 17.87º | 1% | 0.72% | - |
| HSV(B) | 17.87º | 0.55% | 1% | - |
| XYZ | 56.17 | 46.25 | 21.89 | - |
| YUV | 180.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 114 | 0 | 0.39 | 0.55 | 0 | 17.87 | 1 | 0.72 |
| Hex | FF | 9C | 72 | 0 | 27 | 37 | 0 | 12 | 64 | 48 |
| Octal | 377 | 234 | 162 | 0 | 47 | 67 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011100 | 1110010 | 0 | 100111 | 110111 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF9C72
Complementary color
Monochromatic Colors of #FF9C72
Black with #FF9C72
Text Example
Text Example
White with #FF9C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C72; }
p { color: rgb(255,156,114); }
H1.HeaderClassName
{
color: #FF9C72;
}
.AnyTagClassName
{
color: #FF9C72;
}
</style>
background-color css
<style>
a { background-color: #FF9C72; }
a { background-color: rgb(255,156,114); }
div.DivClassName
{
background-color: #FF9C72;
}
.BgClassName
{
background-color: #FF9C72;
}
</style>
border-color css
<style>
span { border-color: #FF9C72; }
span { border-color: rgb(255,156,114); }
td.TdClassName
{
border-color: #FF9C72;
}
.TagClassName
{
border-color: #FF9C72;
}
</style>