#FE7A67

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

Shades of Salmon #FE7A67

Tints of Salmon #FE7A67

Color information

#FE7A67 (or 0xFE7A67) is unknown color: approx Salmon. HEX triplet: FE, 7A and 67. RGB value is (254,122,103). Sum of RGB (Red+Green+Blue) = 254+122+103=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A67 is #018598. Grayscale: #9F9F9F. Windows color (decimal): -99737 or 6781694. OLE color: 6781694.

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

Color convert

RGB254122103-
CMYK00.520.590.00
HSL7.55º98.69%70%-
HSV(B)7.55º59.45%99.61%-
XYZ50.2835.9717.12-
YUV159.396.23195.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=53.03%
G=25.47%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412210300.520.590.007.5598.6970
HexFE7A670343B086346
Octal37617214706473010143106
Binary111111101111010110011101101001110110100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A67; }

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

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

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

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

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

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

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

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