Shades of Salmon #FE8273
Tints of Salmon #FE8273
RGB
CMYK
RGB Variations
Color information
#FE8273 (or 0xFE8273) is known color: Salmon. HEX triplet: FE, 82 and 73. RGB value is (254,130,115). Sum of RGB (Red+Green+Blue) = 254+130+115=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8273 is #017D8C. Grayscale: #A5A5A5. Windows color (decimal): -97677 or 7570174. OLE color: 7570174.
HSL color Cylindrical-coordinate representation of color #FE8273: hue angle of 6.47º 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 #FE8273 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 115 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.00 |
| HSL | 6.47º | 0.99% | 0.72% | - |
| HSV(B) | 6.47º | 0.55% | 1% | - |
| XYZ | 51.95 | 38.27 | 20.87 | - |
| YUV | 165.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 115 | 0 | 0.49 | 0.55 | 0.00 | 6.47 | 0.99 | 0.72 |
| Hex | FE | 82 | 73 | 0 | 31 | 37 | 0 | 6 | 63 | 48 |
| Octal | 376 | 202 | 163 | 0 | 61 | 67 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 10000010 | 1110011 | 0 | 110001 | 110111 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE8273
Complementary color
Monochromatic Colors of #FE8273
Black with #FE8273
Text Example
Text Example
White with #FE8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8273; }
p { color: rgb(254,130,115); }
H1.HeaderClassName
{
color: #FE8273;
}
.AnyTagClassName
{
color: #FE8273;
}
</style>
background-color css
<style>
a { background-color: #FE8273; }
a { background-color: rgb(254,130,115); }
div.DivClassName
{
background-color: #FE8273;
}
.BgClassName
{
background-color: #FE8273;
}
</style>
border-color css
<style>
span { border-color: #FE8273; }
span { border-color: rgb(254,130,115); }
td.TdClassName
{
border-color: #FE8273;
}
.TagClassName
{
border-color: #FE8273;
}
</style>