#FE7E64

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

Shades of Salmon #FE7E64

Tints of Salmon #FE7E64

Color information

#FE7E64 (or 0xFE7E64) is unknown color: approx Salmon. HEX triplet: FE, 7E and 64. RGB value is (254,126,100). Sum of RGB (Red+Green+Blue) = 254+126+100=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E64 is #01819B. Grayscale: #A1A1A1. Windows color (decimal): -98716 or 6586110. OLE color: 6586110.

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

Color convert

RGB254126100-
CMYK00.500.610.00
HSL10.13º98.72%69.41%-
HSV(B)10.13º60.63%99.61%-
XYZ50.6336.9116.51-
YUV161.3193.41194.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 100 (39.45% from 255) = 20.83%
R=52.92%
G=26.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412610000.500.610.0010.1398.7269.41
HexFE7E640323D0a6345
Octal37617614406275012143105
Binary111111101111110110010001100101111010101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E64; }

 p { color: rgb(254,126,100); }

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

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

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

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

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

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

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