#FF7C66

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

Shades of Salmon #FF7C66

Tints of Salmon #FF7C66

Color information

#FF7C66 (or 0xFF7C66) is unknown color: approx Salmon. HEX triplet: FF, 7C and 66. RGB value is (255,124,102). Sum of RGB (Red+Green+Blue) = 255+124+102=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C66 is #008399. Grayscale: #A0A0A0. Windows color (decimal): -33690 or 6716671. OLE color: 6716671.

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

Color convert

RGB255124102-
CMYK00.510.60
HSL8.63º100%70%-
HSV(B)8.63º60%100%-
XYZ50.8536.6316.96-
YUV160.6694.9195.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=53.01%
G=25.78%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512410200.510.608.6310070
HexFF7C660333C096446
Octal37717414606374011144106
Binary111111111111100110011001100111111000100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C66; }

 p { color: rgb(255,124,102); }

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

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

 a { background-color: rgb(255,124,102); }

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

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

 span { border-color: rgb(255,124,102); }

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