Shades of Salmon #FE806C
Tints of Salmon #FE806C
RGB
CMYK
RGB Variations
Color information
#FE806C (or 0xFE806C) is known color: Salmon. HEX triplet: FE, 80 and 6C. RGB value is (254,128,108). Sum of RGB (Red+Green+Blue) = 254+128+108=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE806C is #017F93. Grayscale: #A3A3A3. Windows color (decimal): -98196 or 7110910. OLE color: 7110910.
HSL color Cylindrical-coordinate representation of color #FE806C: hue angle of 8.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE806C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 108 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.00 |
| HSL | 8.22º | 0.99% | 0.71% | - |
| HSV(B) | 8.22º | 0.57% | 1% | - |
| XYZ | 51.3 | 37.59 | 18.74 | - |
| YUV | 163.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 108 | 0 | 0.50 | 0.57 | 0.00 | 8.22 | 0.99 | 0.71 |
| Hex | FE | 80 | 6C | 0 | 32 | 39 | 0 | 8 | 63 | 47 |
| Octal | 376 | 200 | 154 | 0 | 62 | 71 | 0 | 10 | 143 | 107 |
| Binary | 11111110 | 10000000 | 1101100 | 0 | 110010 | 111001 | 0 | 1000 | 1100011 | 1000111 |
Color Harmonies of #FE806C
Complementary color
Monochromatic Colors of #FE806C
Black with #FE806C
Text Example
Text Example
White with #FE806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE806C; }
p { color: rgb(254,128,108); }
H1.HeaderClassName
{
color: #FE806C;
}
.AnyTagClassName
{
color: #FE806C;
}
</style>
background-color css
<style>
a { background-color: #FE806C; }
a { background-color: rgb(254,128,108); }
div.DivClassName
{
background-color: #FE806C;
}
.BgClassName
{
background-color: #FE806C;
}
</style>
border-color css
<style>
span { border-color: #FE806C; }
span { border-color: rgb(254,128,108); }
td.TdClassName
{
border-color: #FE806C;
}
.TagClassName
{
border-color: #FE806C;
}
</style>