Shades of Light Salmon #FF9874
Tints of Light Salmon #FF9874
RGB
CMYK
RGB Variations
Color information
#FF9874 (or 0xFF9874) is known color: Light Salmon. HEX triplet: FF, 98 and 74. RGB value is (255,152,116). Sum of RGB (Red+Green+Blue) = 255+152+116=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9874 is #00678B. Grayscale: #B2B2B2. Windows color (decimal): -26508 or 7641343. OLE color: 7641343.
HSL color Cylindrical-coordinate representation of color #FF9874: hue angle of 15.54º 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 #FF9874 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 116 | - |
| CMYK | 0 | 0.40 | 0.55 | 0 |
| HSL | 15.54º | 1% | 0.73% | - |
| HSV(B) | 15.54º | 0.55% | 1% | - |
| XYZ | 55.62 | 44.98 | 22.27 | - |
| YUV | 178.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 116 | 0 | 0.40 | 0.55 | 0 | 15.54 | 1 | 0.73 |
| Hex | FF | 98 | 74 | 0 | 28 | 37 | 0 | 10 | 64 | 49 |
| Octal | 377 | 230 | 164 | 0 | 50 | 67 | 0 | 20 | 144 | 111 |
| Binary | 11111111 | 10011000 | 1110100 | 0 | 101000 | 110111 | 0 | 10000 | 1100100 | 1001001 |
Color Harmonies of #FF9874
Complementary color
Monochromatic Colors of #FF9874
Black with #FF9874
Text Example
Text Example
White with #FF9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9874; }
p { color: rgb(255,152,116); }
H1.HeaderClassName
{
color: #FF9874;
}
.AnyTagClassName
{
color: #FF9874;
}
</style>
background-color css
<style>
a { background-color: #FF9874; }
a { background-color: rgb(255,152,116); }
div.DivClassName
{
background-color: #FF9874;
}
.BgClassName
{
background-color: #FF9874;
}
</style>
border-color css
<style>
span { border-color: #FF9874; }
span { border-color: rgb(255,152,116); }
td.TdClassName
{
border-color: #FF9874;
}
.TagClassName
{
border-color: #FF9874;
}
</style>