Shades of Light Salmon #FE9872
Tints of Light Salmon #FE9872
RGB
CMYK
RGB Variations
Color information
#FE9872 (or 0xFE9872) is known color: Light Salmon. HEX triplet: FE, 98 and 72. RGB value is (254,152,114). Sum of RGB (Red+Green+Blue) = 254+152+114=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9872 is #01678D. Grayscale: #B2B2B2. Windows color (decimal): -92046 or 7510270. OLE color: 7510270.
HSL color Cylindrical-coordinate representation of color #FE9872: hue angle of 16.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9872 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 114 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.00 |
| HSL | 16.29º | 0.99% | 0.72% | - |
| HSV(B) | 16.29º | 0.55% | 1% | - |
| XYZ | 55.14 | 44.74 | 21.65 | - |
| YUV | 178.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 114 | 0 | 0.40 | 0.55 | 0.00 | 16.29 | 0.99 | 0.72 |
| Hex | FE | 98 | 72 | 0 | 28 | 37 | 0 | 10 | 63 | 48 |
| Octal | 376 | 230 | 162 | 0 | 50 | 67 | 0 | 20 | 143 | 110 |
| Binary | 11111110 | 10011000 | 1110010 | 0 | 101000 | 110111 | 0 | 10000 | 1100011 | 1001000 |
Color Harmonies of #FE9872
Complementary color
Monochromatic Colors of #FE9872
Black with #FE9872
Text Example
Text Example
White with #FE9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9872; }
p { color: rgb(254,152,114); }
H1.HeaderClassName
{
color: #FE9872;
}
.AnyTagClassName
{
color: #FE9872;
}
</style>
background-color css
<style>
a { background-color: #FE9872; }
a { background-color: rgb(254,152,114); }
div.DivClassName
{
background-color: #FE9872;
}
.BgClassName
{
background-color: #FE9872;
}
</style>
border-color css
<style>
span { border-color: #FE9872; }
span { border-color: rgb(254,152,114); }
td.TdClassName
{
border-color: #FE9872;
}
.TagClassName
{
border-color: #FE9872;
}
</style>