#FE8668

Color #FE8668 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FE8668

Tints of Salmon #FE8668

Color information

#FE8668 (or 0xFE8668) is unknown color: approx Salmon. HEX triplet: FE, 86 and 68. RGB value is (254,134,104). Sum of RGB (Red+Green+Blue) = 254+134+104=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8668 is #017997. Grayscale: #A6A6A6. Windows color (decimal): -96664 or 6850302. OLE color: 6850302.

HSL color Cylindrical-coordinate representation of color #FE8668: hue angle of 12º 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 #FE8668 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254134104-
CMYK00.470.590.00
HSL12º98.68%70.2%-
HSV(B)12º59.06%99.61%-
XYZ51.939.1217.91-
YUV166.4692.76190.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=51.63%
G=27.24%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413410400.470.590.001298.6870.2
HexFE866802F3B0c6346
Octal37620615005773014143106
Binary1111111010000110110100001011111110110110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8668; }

 p { color: rgb(254,134,104); }

 H1.HeaderClassName
 {
   color: #FE8668;
 }
 .AnyTagClassName
 {
   color: #FE8668;
 }
</style>
background-color css

<style>
 a { background-color: #FE8668; }

 a { background-color: rgb(254,134,104); }

 div.DivClassName
 {
   background-color: #FE8668;
 }
 .BgClassName
 {
   background-color: #FE8668;
 }
</style>
border-color css

<style>
 span { border-color: #FE8668; }

 span { border-color: rgb(254,134,104); }

 td.TdClassName
 {
   border-color: #FE8668;
 }
 .TagClassName
 {
   border-color: #FE8668;
 }
</style>