#FE7975

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

Shades of Salmon #FE7975

Tints of Salmon #FE7975

Color information

#FE7975 (or 0xFE7975) is unknown color: approx Salmon. HEX triplet: FE, 79 and 75. RGB value is (254,121,117). Sum of RGB (Red+Green+Blue) = 254+121+117=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7975 is #01868A. Grayscale: #A0A0A0. Windows color (decimal): -99979 or 7698942. OLE color: 7698942.

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

Color convert

RGB254121117-
CMYK00.520.540.00
HSL1.75º98.56%72.75%-
HSV(B)1.75º53.94%99.61%-
XYZ50.9236.0321.1-
YUV160.31103.56194.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=51.63%
G=24.59%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412111700.520.540.001.7598.5672.75
HexFE797503436026349
Octal3761711650646602143111
Binary1111111011110011110101011010011011001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7975; }

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

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

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

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

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

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

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

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