Html Css Color HEX #FC776F Salmon

📋 copy color: '#FC776F'

red 252 ◦ green 119 ◦ blue 111

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

Shades of Salmon #FC776F

Tints of Salmon #FC776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 52.28%
G = 24.69%
B = 23.03%

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

#FC776F (or 0xFC776F) is known color: Salmon. HEX triplet: FC, 77 and 6F. RGB value is (252,119,111). Sum of RGB (Red+Green+Blue) = 252+119+111=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC776F is #038890. Grayscale: #9E9E9E. Windows color (decimal): -231569 or 7305212. OLE color: 7305212.

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

Color convert

RGB 252 119 111 -
CMYK 0 0.53 0.56 0.01
HSL 3.4º 0.96% 0.71% -
HSV(B) 3.4º 0.56% 0.99% -
XYZ 49.61 35.04 19.19 -
YUV 157.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 252 119 111 0 0.53 0.56 0.01 3.4 0.96 0.71
Hex FC 77 6F 0 35 38 1 3 60 47
Octal 374 167 157 0 65 70 1 3 140 107
Binary 11111100 1110111 1101111 0 110101 111000 1 11 1100000 1000111

Color Harmonies of #FC776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC776F

Black with #FC776F

Text Example


Text Example

White with #FC776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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