Shades of Salmon #FE8264
Tints of Salmon #FE8264
RGB
CMYK
RGB Variations
Color information
#FE8264 (or 0xFE8264) is known color: Salmon. HEX triplet: FE, 82 and 64. RGB value is (254,130,100). Sum of RGB (Red+Green+Blue) = 254+130+100=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8264 is #017D9B. Grayscale: #A3A3A3. Windows color (decimal): -97692 or 6587134. OLE color: 6587134.
HSL color Cylindrical-coordinate representation of color #FE8264: hue angle of 11.69º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8264 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 100 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.00 |
| HSL | 11.69º | 0.99% | 0.69% | - |
| HSV(B) | 11.69º | 0.61% | 1% | - |
| XYZ | 51.16 | 37.96 | 16.69 | - |
| YUV | 163.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 100 | 0 | 0.49 | 0.61 | 0.00 | 11.69 | 0.99 | 0.69 |
| Hex | FE | 82 | 64 | 0 | 31 | 3D | 0 | C | 63 | 45 |
| Octal | 376 | 202 | 144 | 0 | 61 | 75 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000010 | 1100100 | 0 | 110001 | 111101 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8264
Complementary color
Monochromatic Colors of #FE8264
Black with #FE8264
Text Example
Text Example
White with #FE8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8264; }
p { color: rgb(254,130,100); }
H1.HeaderClassName
{
color: #FE8264;
}
.AnyTagClassName
{
color: #FE8264;
}
</style>
background-color css
<style>
a { background-color: #FE8264; }
a { background-color: rgb(254,130,100); }
div.DivClassName
{
background-color: #FE8264;
}
.BgClassName
{
background-color: #FE8264;
}
</style>
border-color css
<style>
span { border-color: #FE8264; }
span { border-color: rgb(254,130,100); }
td.TdClassName
{
border-color: #FE8264;
}
.TagClassName
{
border-color: #FE8264;
}
</style>