Html Css Color HEX #FC776C Salmon

📋 copy color: '#FC776C'

red 252 ◦ green 119 ◦ blue 108

#FC776C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FC776C

Tints of Salmon #FC776C

RGB

 RED value IS 252 (98.83% from 255) = 52.61%

 GREEN value IS 119 (46.88% from 255) = 24.84%

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 52.61%
G = 24.84%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC776C (or 0xFC776C) is known color: Salmon. HEX triplet: FC, 77 and 6C. RGB value is (252,119,108). Sum of RGB (Red+Green+Blue) = 252+119+108=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC776C is #038893. Grayscale: #9D9D9D. Windows color (decimal): -231572 or 7108604. OLE color: 7108604.

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

Color convert

RGB 252 119 108 -
CMYK 0 0.53 0.57 0.01
HSL 4.58º 0.96% 0.71% -
HSV(B) 4.58º 0.57% 0.99% -
XYZ 49.45 34.97 18.33 -
YUV 157.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 252 119 108 0 0.53 0.57 0.01 4.58 0.96 0.71
Hex FC 77 6C 0 35 39 1 5 60 47
Octal 374 167 154 0 65 71 1 5 140 107
Binary 11111100 1110111 1101100 0 110101 111001 1 101 1100000 1000111

Color Harmonies of #FC776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC776C

Black with #FC776C

Text Example


Text Example

White with #FC776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC776C; }

 p { color: rgb(252,119,108); }

 H1.HeaderClassName
 {
   color: #FC776C;
 }
 .AnyTagClassName
 {
   color: #FC776C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,119,108); }

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

border-color css

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

 span { border-color: rgb(252,119,108); }

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