Shades of Salmon #FE8772
Tints of Salmon #FE8772
RGB
CMYK
RGB Variations
Color information
#FE8772 (or 0xFE8772) is known color: Salmon. HEX triplet: FE, 87 and 72. RGB value is (254,135,114). Sum of RGB (Red+Green+Blue) = 254+135+114=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8772 is #01788D. Grayscale: #A8A8A8. Windows color (decimal): -96398 or 7505918. OLE color: 7505918.
HSL color Cylindrical-coordinate representation of color #FE8772: hue angle of 9º 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 #FE8772 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 114 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.00 |
| HSL | 9º | 0.99% | 0.72% | - |
| HSV(B) | 9º | 0.55% | 1% | - |
| XYZ | 52.57 | 39.61 | 20.79 | - |
| YUV | 168.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 114 | 0 | 0.47 | 0.55 | 0.00 | 9 | 0.99 | 0.72 |
| Hex | FE | 87 | 72 | 0 | 2F | 37 | 0 | 9 | 63 | 48 |
| Octal | 376 | 207 | 162 | 0 | 57 | 67 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10000111 | 1110010 | 0 | 101111 | 110111 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE8772
Complementary color
Monochromatic Colors of #FE8772
Black with #FE8772
Text Example
Text Example
White with #FE8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8772; }
p { color: rgb(254,135,114); }
H1.HeaderClassName
{
color: #FE8772;
}
.AnyTagClassName
{
color: #FE8772;
}
</style>
background-color css
<style>
a { background-color: #FE8772; }
a { background-color: rgb(254,135,114); }
div.DivClassName
{
background-color: #FE8772;
}
.BgClassName
{
background-color: #FE8772;
}
</style>
border-color css
<style>
span { border-color: #FE8772; }
span { border-color: rgb(254,135,114); }
td.TdClassName
{
border-color: #FE8772;
}
.TagClassName
{
border-color: #FE8772;
}
</style>