Html Css Color HEX #FC776D Salmon

📋 copy color: '#FC776D'

red 252 ◦ green 119 ◦ blue 109

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

Shades of Salmon #FC776D

Tints of Salmon #FC776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 52.5%
G = 24.79%
B = 22.71%

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

#FC776D (or 0xFC776D) is known color: Salmon. HEX triplet: FC, 77 and 6D. RGB value is (252,119,109). Sum of RGB (Red+Green+Blue) = 252+119+109=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC776D is #038892. Grayscale: #9D9D9D. Windows color (decimal): -231571 or 7174140. OLE color: 7174140.

HSL color Cylindrical-coordinate representation of color #FC776D: hue angle of 4.2º 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 #FC776D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 119 109 -
CMYK 0 0.53 0.57 0.01
HSL 4.2º 0.96% 0.71% -
HSV(B) 4.2º 0.57% 0.99% -
XYZ 49.5 34.99 18.61 -
YUV 157.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 252 119 109 0 0.53 0.57 0.01 4.2 0.96 0.71
Hex FC 77 6D 0 35 39 1 4 60 47
Octal 374 167 155 0 65 71 1 4 140 107
Binary 11111100 1110111 1101101 0 110101 111001 1 100 1100000 1000111

Color Harmonies of #FC776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC776D

Black with #FC776D

Text Example


Text Example

White with #FC776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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