Shades of Salmon #FE8269
Tints of Salmon #FE8269
RGB
CMYK
RGB Variations
Color information
#FE8269 (or 0xFE8269) is known color: Salmon. HEX triplet: FE, 82 and 69. RGB value is (254,130,105). Sum of RGB (Red+Green+Blue) = 254+130+105=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8269 is #017D96. Grayscale: #A4A4A4. Windows color (decimal): -97687 or 6914814. OLE color: 6914814.
HSL color Cylindrical-coordinate representation of color #FE8269: hue angle of 10.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8269 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 105 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.00 |
| HSL | 10.07º | 0.99% | 0.7% | - |
| HSV(B) | 10.07º | 0.59% | 1% | - |
| XYZ | 51.41 | 38.06 | 18 | - |
| YUV | 164.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 105 | 0 | 0.49 | 0.59 | 0.00 | 10.07 | 0.99 | 0.7 |
| Hex | FE | 82 | 69 | 0 | 31 | 3B | 0 | A | 63 | 46 |
| Octal | 376 | 202 | 151 | 0 | 61 | 73 | 0 | 12 | 143 | 106 |
| Binary | 11111110 | 10000010 | 1101001 | 0 | 110001 | 111011 | 0 | 1010 | 1100011 | 1000110 |
Color Harmonies of #FE8269
Complementary color
Monochromatic Colors of #FE8269
Black with #FE8269
Text Example
Text Example
White with #FE8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8269; }
p { color: rgb(254,130,105); }
H1.HeaderClassName
{
color: #FE8269;
}
.AnyTagClassName
{
color: #FE8269;
}
</style>
background-color css
<style>
a { background-color: #FE8269; }
a { background-color: rgb(254,130,105); }
div.DivClassName
{
background-color: #FE8269;
}
.BgClassName
{
background-color: #FE8269;
}
</style>
border-color css
<style>
span { border-color: #FE8269; }
span { border-color: rgb(254,130,105); }
td.TdClassName
{
border-color: #FE8269;
}
.TagClassName
{
border-color: #FE8269;
}
</style>