Shades of Light Salmon #FF9974
Tints of Light Salmon #FF9974
RGB
CMYK
RGB Variations
Color information
#FF9974 (or 0xFF9974) is known color: Light Salmon. HEX triplet: FF, 99 and 74. RGB value is (255,153,116). Sum of RGB (Red+Green+Blue) = 255+153+116=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9974 is #00668B. Grayscale: #B3B3B3. Windows color (decimal): -26252 or 7641599. OLE color: 7641599.
HSL color Cylindrical-coordinate representation of color #FF9974: hue angle of 15.97º 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 #FF9974 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 116 | - |
| CMYK | 0 | 0.4 | 0.55 | 0 |
| HSL | 15.97º | 1% | 0.73% | - |
| HSV(B) | 15.97º | 0.55% | 1% | - |
| XYZ | 55.78 | 45.3 | 22.33 | - |
| YUV | 179.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 116 | 0 | 0.4 | 0.55 | 0 | 15.97 | 1 | 0.73 |
| Hex | FF | 99 | 74 | 0 | 28 | 37 | 0 | 10 | 64 | 49 |
| Octal | 377 | 231 | 164 | 0 | 50 | 67 | 0 | 20 | 144 | 111 |
| Binary | 11111111 | 10011001 | 1110100 | 0 | 101000 | 110111 | 0 | 10000 | 1100100 | 1001001 |
Color Harmonies of #FF9974
Complementary color
Monochromatic Colors of #FF9974
Black with #FF9974
Text Example
Text Example
White with #FF9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9974; }
p { color: rgb(255,153,116); }
H1.HeaderClassName
{
color: #FF9974;
}
.AnyTagClassName
{
color: #FF9974;
}
</style>
background-color css
<style>
a { background-color: #FF9974; }
a { background-color: rgb(255,153,116); }
div.DivClassName
{
background-color: #FF9974;
}
.BgClassName
{
background-color: #FF9974;
}
</style>
border-color css
<style>
span { border-color: #FF9974; }
span { border-color: rgb(255,153,116); }
td.TdClassName
{
border-color: #FF9974;
}
.TagClassName
{
border-color: #FF9974;
}
</style>