#FE7968

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

Shades of Salmon #FE7968

Tints of Salmon #FE7968

Color information

#FE7968 (or 0xFE7968) is unknown color: approx Salmon. HEX triplet: FE, 79 and 68. RGB value is (254,121,104). Sum of RGB (Red+Green+Blue) = 254+121+104=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7968 is #018697. Grayscale: #9F9F9F. Windows color (decimal): -99992 or 6846974. OLE color: 6846974.

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

Color convert

RGB254121104-
CMYK00.520.590.00
HSL6.8º98.68%70.2%-
HSV(B)6.8º59.06%99.61%-
XYZ50.2135.7517.35-
YUV158.8397.06195.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=53.03%
G=25.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412110400.520.590.006.898.6870.2
HexFE79680343B076346
Octal3761711500647307143106
Binary11111110111100111010000110100111011011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7968; }

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

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

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

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

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

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

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

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