#FC7C69

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

Shades of Salmon #FC7C69

Tints of Salmon #FC7C69

Color information

#FC7C69 (or 0xFC7C69) is unknown color: approx Salmon. HEX triplet: FC, 7C and 69. RGB value is (252,124,105). Sum of RGB (Red+Green+Blue) = 252+124+105=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C69 is #038396. Grayscale: #A0A0A0. Windows color (decimal): -230295 or 6913276. OLE color: 6913276.

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

Color convert

RGB252124105-
CMYK00.510.580.01
HSL7.76º96.08%70%-
HSV(B)7.76º58.33%98.82%-
XYZ49.936.1317.71-
YUV160.1196.91193.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=52.39%
G=25.78%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212410500.510.580.017.7696.0870
HexFC7C690333A186046
Octal37417415106372110140106
Binary111111001111100110100101100111110101100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C69; }

 p { color: rgb(252,124,105); }

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

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

 a { background-color: rgb(252,124,105); }

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

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

 span { border-color: rgb(252,124,105); }

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