Shades of Salmon #FE8272
Tints of Salmon #FE8272
RGB
CMYK
RGB Variations
Color information
#FE8272 (or 0xFE8272) is known color: Salmon. HEX triplet: FE, 82 and 72. RGB value is (254,130,114). Sum of RGB (Red+Green+Blue) = 254+130+114=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8272 is #017D8D. Grayscale: #A5A5A5. Windows color (decimal): -97678 or 7504638. OLE color: 7504638.
HSL color Cylindrical-coordinate representation of color #FE8272: hue angle of 6.86º 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 #FE8272 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 114 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.00 |
| HSL | 6.86º | 0.99% | 0.72% | - |
| HSV(B) | 6.86º | 0.55% | 1% | - |
| XYZ | 51.89 | 38.25 | 20.57 | - |
| YUV | 165.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 114 | 0 | 0.49 | 0.55 | 0.00 | 6.86 | 0.99 | 0.72 |
| Hex | FE | 82 | 72 | 0 | 31 | 37 | 0 | 7 | 63 | 48 |
| Octal | 376 | 202 | 162 | 0 | 61 | 67 | 0 | 7 | 143 | 110 |
| Binary | 11111110 | 10000010 | 1110010 | 0 | 110001 | 110111 | 0 | 111 | 1100011 | 1001000 |
Color Harmonies of #FE8272
Complementary color
Monochromatic Colors of #FE8272
Black with #FE8272
Text Example
Text Example
White with #FE8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8272; }
p { color: rgb(254,130,114); }
H1.HeaderClassName
{
color: #FE8272;
}
.AnyTagClassName
{
color: #FE8272;
}
</style>
background-color css
<style>
a { background-color: #FE8272; }
a { background-color: rgb(254,130,114); }
div.DivClassName
{
background-color: #FE8272;
}
.BgClassName
{
background-color: #FE8272;
}
</style>
border-color css
<style>
span { border-color: #FE8272; }
span { border-color: rgb(254,130,114); }
td.TdClassName
{
border-color: #FE8272;
}
.TagClassName
{
border-color: #FE8272;
}
</style>