#FE7971

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

Shades of Salmon #FE7971

Tints of Salmon #FE7971

Color information

#FE7971 (or 0xFE7971) is unknown color: approx Salmon. HEX triplet: FE, 79 and 71. RGB value is (254,121,113). Sum of RGB (Red+Green+Blue) = 254+121+113=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7971 is #01868E. Grayscale: #A0A0A0. Windows color (decimal): -99983 or 7436798. OLE color: 7436798.

HSL color Cylindrical-coordinate representation of color #FE7971: hue angle of 3.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7971 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB254121113-
CMYK00.520.560.00
HSL3.4º98.6%71.96%-
HSV(B)3.4º55.51%99.61%-
XYZ50.6935.9419.89-
YUV159.86101.56195.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=52.05%
G=24.80%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412111300.520.560.003.498.671.96
HexFE797103438036348
Octal3761711610647003143110
Binary1111111011110011110001011010011100001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7971; }

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

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

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

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

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

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

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

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