#FE7868

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

Shades of Salmon #FE7868

Tints of Salmon #FE7868

Color information

#FE7868 (or 0xFE7868) is unknown color: approx Salmon. HEX triplet: FE, 78 and 68. RGB value is (254,120,104). Sum of RGB (Red+Green+Blue) = 254+120+104=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7868 is #018797. Grayscale: #9E9E9E. Windows color (decimal): -100248 or 6846718. OLE color: 6846718.

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

Color convert

RGB254120104-
CMYK00.530.590.00
HSL6.4º98.68%70.2%-
HSV(B)6.4º59.06%99.61%-
XYZ50.0935.517.31-
YUV158.2497.39196.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=53.14%
G=25.10%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412010400.530.590.006.498.6870.2
HexFE78680353B066346
Octal3761701500657306143106
Binary11111110111100011010000110101111011011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7868; }

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

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

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

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

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

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

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

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