#FE7A6A

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

Shades of Salmon #FE7A6A

Tints of Salmon #FE7A6A

Color information

#FE7A6A (or 0xFE7A6A) is unknown color: approx Salmon. HEX triplet: FE, 7A and 6A. RGB value is (254,122,106). Sum of RGB (Red+Green+Blue) = 254+122+106=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A6A is #018595. Grayscale: #9F9F9F. Windows color (decimal): -99734 or 6978302. OLE color: 6978302.

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

Color convert

RGB254122106-
CMYK00.520.580.00
HSL6.49º98.67%70.59%-
HSV(B)6.49º58.27%99.61%-
XYZ50.4336.0317.93-
YUV159.6497.73195.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=52.70%
G=25.31%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412210600.520.580.006.4998.6770.59
HexFE7A6A0343A066347
Octal3761721520647206143107
Binary11111110111101011010100110100111010011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A6A; }

 p { color: rgb(254,122,106); }

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

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

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

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

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

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

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