Shades of Light Salmon #FF9C7C
Tints of Light Salmon #FF9C7C
RGB
CMYK
RGB Variations
Color information
#FF9C7C (or 0xFF9C7C) is known color: Light Salmon. HEX triplet: FF, 9C and 7C. RGB value is (255,156,124). Sum of RGB (Red+Green+Blue) = 255+156+124=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C7C is #006383. Grayscale: #B6B6B6. Windows color (decimal): -25476 or 8166655. OLE color: 8166655.
HSL color Cylindrical-coordinate representation of color #FF9C7C: hue angle of 14.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF9C7C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 124 | - |
| CMYK | 0 | 0.39 | 0.51 | 0 |
| HSL | 14.66º | 1% | 0.74% | - |
| HSV(B) | 14.66º | 0.51% | 1% | - |
| XYZ | 56.77 | 46.49 | 25.05 | - |
| YUV | 181.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 124 | 0 | 0.39 | 0.51 | 0 | 14.66 | 1 | 0.74 |
| Hex | FF | 9C | 7C | 0 | 27 | 33 | 0 | F | 64 | 4A |
| Octal | 377 | 234 | 174 | 0 | 47 | 63 | 0 | 17 | 144 | 112 |
| Binary | 11111111 | 10011100 | 1111100 | 0 | 100111 | 110011 | 0 | 1111 | 1100100 | 1001010 |
Color Harmonies of #FF9C7C
Complementary color
Monochromatic Colors of #FF9C7C
Black with #FF9C7C
Text Example
Text Example
White with #FF9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C7C; }
p { color: rgb(255,156,124); }
H1.HeaderClassName
{
color: #FF9C7C;
}
.AnyTagClassName
{
color: #FF9C7C;
}
</style>
background-color css
<style>
a { background-color: #FF9C7C; }
a { background-color: rgb(255,156,124); }
div.DivClassName
{
background-color: #FF9C7C;
}
.BgClassName
{
background-color: #FF9C7C;
}
</style>
border-color css
<style>
span { border-color: #FF9C7C; }
span { border-color: rgb(255,156,124); }
td.TdClassName
{
border-color: #FF9C7C;
}
.TagClassName
{
border-color: #FF9C7C;
}
</style>