#FE7474

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

Shades of Salmon #FE7474

Tints of Salmon #FE7474

Color information

#FE7474 (or 0xFE7474) is unknown color: approx Salmon. HEX triplet: FE, 74 and 74. RGB value is (254,116,116). Sum of RGB (Red+Green+Blue) = 254+116+116=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7474 is #018B8B. Grayscale: #9D9D9D. Windows color (decimal): -101260 or 7632126. OLE color: 7632126.

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

Color convert

RGB254116116-
CMYK00.540.540.00
HSL98.57%72.55%-
HSV(B)54.33%99.61%-
XYZ50.2734.8220.59-
YUV157.26104.72197-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.26%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=52.26%
G=23.87%
B=23.87%

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
Decimal25411611600.540.540.00098.5772.55
HexFE747403636006349
Octal3761641640666600143111
Binary111111101110100111010001101101101100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7474; }

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

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

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

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

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

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

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

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