Html Css Color HEX #FC776E Salmon

📋 copy color: '#FC776E'

red 252 ◦ green 119 ◦ blue 110

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

Shades of Salmon #FC776E

Tints of Salmon #FC776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 52.39%
G = 24.74%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC776E (or 0xFC776E) is known color: Salmon. HEX triplet: FC, 77 and 6E. RGB value is (252,119,110). Sum of RGB (Red+Green+Blue) = 252+119+110=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC776E is #038891. Grayscale: #9D9D9D. Windows color (decimal): -231570 or 7239676. OLE color: 7239676.

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

Color convert

RGB 252 119 110 -
CMYK 0 0.53 0.56 0.01
HSL 3.8º 0.96% 0.71% -
HSV(B) 3.8º 0.56% 0.99% -
XYZ 49.56 35.01 18.9 -
YUV 157.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 252 119 110 0 0.53 0.56 0.01 3.8 0.96 0.71
Hex FC 77 6E 0 35 38 1 4 60 47
Octal 374 167 156 0 65 70 1 4 140 107
Binary 11111100 1110111 1101110 0 110101 111000 1 100 1100000 1000111

Color Harmonies of #FC776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC776E

Black with #FC776E

Text Example


Text Example

White with #FC776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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