Shades of Salmon #FE8872
Tints of Salmon #FE8872
RGB
CMYK
RGB Variations
Color information
#FE8872 (or 0xFE8872) is known color: Salmon. HEX triplet: FE, 88 and 72. RGB value is (254,136,114). Sum of RGB (Red+Green+Blue) = 254+136+114=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8872 is #01778D. Grayscale: #A8A8A8. Windows color (decimal): -96142 or 7506174. OLE color: 7506174.
HSL color Cylindrical-coordinate representation of color #FE8872: hue angle of 9.43º 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 #FE8872 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 114 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.00 |
| HSL | 9.43º | 0.99% | 0.72% | - |
| HSV(B) | 9.43º | 0.55% | 1% | - |
| XYZ | 52.71 | 39.89 | 20.84 | - |
| YUV | 168.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 114 | 0 | 0.46 | 0.55 | 0.00 | 9.43 | 0.99 | 0.72 |
| Hex | FE | 88 | 72 | 0 | 2E | 37 | 0 | 9 | 63 | 48 |
| Octal | 376 | 210 | 162 | 0 | 56 | 67 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10001000 | 1110010 | 0 | 101110 | 110111 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE8872
Complementary color
Monochromatic Colors of #FE8872
Black with #FE8872
Text Example
Text Example
White with #FE8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8872; }
p { color: rgb(254,136,114); }
H1.HeaderClassName
{
color: #FE8872;
}
.AnyTagClassName
{
color: #FE8872;
}
</style>
background-color css
<style>
a { background-color: #FE8872; }
a { background-color: rgb(254,136,114); }
div.DivClassName
{
background-color: #FE8872;
}
.BgClassName
{
background-color: #FE8872;
}
</style>
border-color css
<style>
span { border-color: #FE8872; }
span { border-color: rgb(254,136,114); }
td.TdClassName
{
border-color: #FE8872;
}
.TagClassName
{
border-color: #FE8872;
}
</style>