Shades of Light Salmon #FF9C74
Tints of Light Salmon #FF9C74
RGB
CMYK
RGB Variations
Color information
#FF9C74 (or 0xFF9C74) is known color: Light Salmon. HEX triplet: FF, 9C and 74. RGB value is (255,156,116). Sum of RGB (Red+Green+Blue) = 255+156+116=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C74 is #00638B. Grayscale: #B5B5B5. Windows color (decimal): -25484 or 7642367. OLE color: 7642367.
HSL color Cylindrical-coordinate representation of color #FF9C74: hue angle of 17.27º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9C74 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 116 | - |
| CMYK | 0 | 0.39 | 0.55 | 0 |
| HSL | 17.27º | 1% | 0.73% | - |
| HSV(B) | 17.27º | 0.55% | 1% | - |
| XYZ | 56.28 | 46.3 | 22.49 | - |
| YUV | 181.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 116 | 0 | 0.39 | 0.55 | 0 | 17.27 | 1 | 0.73 |
| Hex | FF | 9C | 74 | 0 | 27 | 37 | 0 | 11 | 64 | 49 |
| Octal | 377 | 234 | 164 | 0 | 47 | 67 | 0 | 21 | 144 | 111 |
| Binary | 11111111 | 10011100 | 1110100 | 0 | 100111 | 110111 | 0 | 10001 | 1100100 | 1001001 |
Color Harmonies of #FF9C74
Complementary color
Monochromatic Colors of #FF9C74
Black with #FF9C74
Text Example
Text Example
White with #FF9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C74; }
p { color: rgb(255,156,116); }
H1.HeaderClassName
{
color: #FF9C74;
}
.AnyTagClassName
{
color: #FF9C74;
}
</style>
background-color css
<style>
a { background-color: #FF9C74; }
a { background-color: rgb(255,156,116); }
div.DivClassName
{
background-color: #FF9C74;
}
.BgClassName
{
background-color: #FF9C74;
}
</style>
border-color css
<style>
span { border-color: #FF9C74; }
span { border-color: rgb(255,156,116); }
td.TdClassName
{
border-color: #FF9C74;
}
.TagClassName
{
border-color: #FF9C74;
}
</style>