#FE7C67

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

Shades of Salmon #FE7C67

Tints of Salmon #FE7C67

Color information

#FE7C67 (or 0xFE7C67) is unknown color: approx Salmon. HEX triplet: FE, 7C and 67. RGB value is (254,124,103). Sum of RGB (Red+Green+Blue) = 254+124+103=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C67 is #018398. Grayscale: #A0A0A0. Windows color (decimal): -99225 or 6782206. OLE color: 6782206.

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

Color convert

RGB254124103-
CMYK00.510.590.00
HSL8.34º98.69%70%-
HSV(B)8.34º59.45%99.61%-
XYZ50.5336.4717.21-
YUV160.4895.57194.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=52.81%
G=25.78%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412410300.510.590.008.3498.6970
HexFE7C670333B086346
Octal37617414706373010143106
Binary111111101111100110011101100111110110100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7C67; }

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

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

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

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

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

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

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

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