Shades of Light Salmon #FF9674
Tints of Light Salmon #FF9674
RGB
CMYK
RGB Variations
Color information
#FF9674 (or 0xFF9674) is known color: Light Salmon. HEX triplet: FF, 96 and 74. RGB value is (255,150,116). Sum of RGB (Red+Green+Blue) = 255+150+116=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9674 is #00698B. Grayscale: #B1B1B1. Windows color (decimal): -27020 or 7640831. OLE color: 7640831.
HSL color Cylindrical-coordinate representation of color #FF9674: hue angle of 14.68º 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 #FF9674 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 116 | - |
| CMYK | 0 | 0.41 | 0.55 | 0 |
| HSL | 14.68º | 1% | 0.73% | - |
| HSV(B) | 14.68º | 0.55% | 1% | - |
| XYZ | 55.3 | 44.33 | 22.17 | - |
| YUV | 177.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 116 | 0 | 0.41 | 0.55 | 0 | 14.68 | 1 | 0.73 |
| Hex | FF | 96 | 74 | 0 | 29 | 37 | 0 | F | 64 | 49 |
| Octal | 377 | 226 | 164 | 0 | 51 | 67 | 0 | 17 | 144 | 111 |
| Binary | 11111111 | 10010110 | 1110100 | 0 | 101001 | 110111 | 0 | 1111 | 1100100 | 1001001 |
Color Harmonies of #FF9674
Complementary color
Monochromatic Colors of #FF9674
Black with #FF9674
Text Example
Text Example
White with #FF9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9674; }
p { color: rgb(255,150,116); }
H1.HeaderClassName
{
color: #FF9674;
}
.AnyTagClassName
{
color: #FF9674;
}
</style>
background-color css
<style>
a { background-color: #FF9674; }
a { background-color: rgb(255,150,116); }
div.DivClassName
{
background-color: #FF9674;
}
.BgClassName
{
background-color: #FF9674;
}
</style>
border-color css
<style>
span { border-color: #FF9674; }
span { border-color: rgb(255,150,116); }
td.TdClassName
{
border-color: #FF9674;
}
.TagClassName
{
border-color: #FF9674;
}
</style>