Html Css Color HEX #FC7770 Salmon

📋 copy color: '#FC7770'

red 252 ◦ green 119 ◦ blue 112

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

Shades of Salmon #FC7770

Tints of Salmon #FC7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 52.17%
G = 24.64%
B = 23.19%

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

#FC7770 (or 0xFC7770) is known color: Salmon. HEX triplet: FC, 77 and 70. RGB value is (252,119,112). Sum of RGB (Red+Green+Blue) = 252+119+112=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7770 is #03888F. Grayscale: #9E9E9E. Windows color (decimal): -231568 or 7370748. OLE color: 7370748.

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

Color convert

RGB 252 119 112 -
CMYK 0 0.53 0.56 0.01
HSL 0.96% 0.71% -
HSV(B) 0.56% 0.99% -
XYZ 49.67 35.06 19.48 -
YUV 157.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 252 119 112 0 0.53 0.56 0.01 3 0.96 0.71
Hex FC 77 70 0 35 38 1 3 60 47
Octal 374 167 160 0 65 70 1 3 140 107
Binary 11111100 1110111 1110000 0 110101 111000 1 11 1100000 1000111

Color Harmonies of #FC7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7770

Black with #FC7770

Text Example


Text Example

White with #FC7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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