Shades of Light Salmon #FF9C71
Tints of Light Salmon #FF9C71
RGB
CMYK
RGB Variations
Color information
#FF9C71 (or 0xFF9C71) is known color: Light Salmon. HEX triplet: FF, 9C and 71. RGB value is (255,156,113). Sum of RGB (Red+Green+Blue) = 255+156+113=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C71 is #00638E. Grayscale: #B4B4B4. Windows color (decimal): -25487 or 7445759. OLE color: 7445759.
HSL color Cylindrical-coordinate representation of color #FF9C71: hue angle of 18.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF9C71 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 113 | - |
| CMYK | 0 | 0.39 | 0.56 | 0 |
| HSL | 18.17º | 1% | 0.72% | - |
| HSV(B) | 18.17º | 0.56% | 1% | - |
| XYZ | 56.11 | 46.23 | 21.59 | - |
| YUV | 180.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 113 | 0 | 0.39 | 0.56 | 0 | 18.17 | 1 | 0.72 |
| Hex | FF | 9C | 71 | 0 | 27 | 38 | 0 | 12 | 64 | 48 |
| Octal | 377 | 234 | 161 | 0 | 47 | 70 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011100 | 1110001 | 0 | 100111 | 111000 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF9C71
Complementary color
Monochromatic Colors of #FF9C71
Black with #FF9C71
Text Example
Text Example
White with #FF9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C71; }
p { color: rgb(255,156,113); }
H1.HeaderClassName
{
color: #FF9C71;
}
.AnyTagClassName
{
color: #FF9C71;
}
</style>
background-color css
<style>
a { background-color: #FF9C71; }
a { background-color: rgb(255,156,113); }
div.DivClassName
{
background-color: #FF9C71;
}
.BgClassName
{
background-color: #FF9C71;
}
</style>
border-color css
<style>
span { border-color: #FF9C71; }
span { border-color: rgb(255,156,113); }
td.TdClassName
{
border-color: #FF9C71;
}
.TagClassName
{
border-color: #FF9C71;
}
</style>