#FE7574

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

Shades of Salmon #FE7574

Tints of Salmon #FE7574

Color information

#FE7574 (or 0xFE7574) is unknown color: approx Salmon. HEX triplet: FE, 75 and 74. RGB value is (254,117,116). Sum of RGB (Red+Green+Blue) = 254+117+116=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7574 is #018A8B. Grayscale: #9D9D9D. Windows color (decimal): -101004 or 7632382. OLE color: 7632382.

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

Color convert

RGB254117116-
CMYK00.540.540.00
HSL0.43º98.57%72.55%-
HSV(B)0.43º54.33%99.61%-
XYZ50.3935.0520.63-
YUV157.85104.39196.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.16%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=52.16%
G=24.02%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411711600.540.540.000.4398.5772.55
HexFE757403636006349
Octal3761651640666600143111
Binary111111101110101111010001101101101100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7574; }

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

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

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

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

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

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

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

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