Shades of Light Salmon #FF9872
Tints of Light Salmon #FF9872
RGB
CMYK
RGB Variations
Color information
#FF9872 (or 0xFF9872) is known color: Light Salmon. HEX triplet: FF, 98 and 72. RGB value is (255,152,114). Sum of RGB (Red+Green+Blue) = 255+152+114=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9872 is #00678D. Grayscale: #B2B2B2. Windows color (decimal): -26510 or 7510271. OLE color: 7510271.
HSL color Cylindrical-coordinate representation of color #FF9872: hue angle of 16.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9872 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 114 | - |
| CMYK | 0 | 0.40 | 0.55 | 0 |
| HSL | 16.17º | 1% | 0.72% | - |
| HSV(B) | 16.17º | 0.55% | 1% | - |
| XYZ | 55.51 | 44.93 | 21.67 | - |
| YUV | 178.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 114 | 0 | 0.40 | 0.55 | 0 | 16.17 | 1 | 0.72 |
| Hex | FF | 98 | 72 | 0 | 28 | 37 | 0 | 10 | 64 | 48 |
| Octal | 377 | 230 | 162 | 0 | 50 | 67 | 0 | 20 | 144 | 110 |
| Binary | 11111111 | 10011000 | 1110010 | 0 | 101000 | 110111 | 0 | 10000 | 1100100 | 1001000 |
Color Harmonies of #FF9872
Complementary color
Monochromatic Colors of #FF9872
Black with #FF9872
Text Example
Text Example
White with #FF9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9872; }
p { color: rgb(255,152,114); }
H1.HeaderClassName
{
color: #FF9872;
}
.AnyTagClassName
{
color: #FF9872;
}
</style>
background-color css
<style>
a { background-color: #FF9872; }
a { background-color: rgb(255,152,114); }
div.DivClassName
{
background-color: #FF9872;
}
.BgClassName
{
background-color: #FF9872;
}
</style>
border-color css
<style>
span { border-color: #FF9872; }
span { border-color: rgb(255,152,114); }
td.TdClassName
{
border-color: #FF9872;
}
.TagClassName
{
border-color: #FF9872;
}
</style>