Html Css Color HEX #FC7773 Salmon

📋 copy color: '#FC7773'

red 252 ◦ green 119 ◦ blue 115

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

Shades of Salmon #FC7773

Tints of Salmon #FC7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 51.85%
G = 24.49%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7773 (or 0xFC7773) is known color: Salmon. HEX triplet: FC, 77 and 73. RGB value is (252,119,115). Sum of RGB (Red+Green+Blue) = 252+119+115=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7773 is #03888C. Grayscale: #9E9E9E. Windows color (decimal): -231565 or 7567356. OLE color: 7567356.

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

Color convert

RGB 252 119 115 -
CMYK 0 0.53 0.54 0.01
HSL 1.75º 0.96% 0.72% -
HSV(B) 1.75º 0.54% 0.99% -
XYZ 49.84 35.13 20.37 -
YUV 158.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 252 119 115 0 0.53 0.54 0.01 1.75 0.96 0.72
Hex FC 77 73 0 35 36 1 2 60 48
Octal 374 167 163 0 65 66 1 2 140 110
Binary 11111100 1110111 1110011 0 110101 110110 1 10 1100000 1001000

Color Harmonies of #FC7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7773

Black with #FC7773

Text Example


Text Example

White with #FC7773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7773; }

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

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

background-color css

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

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

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

border-color css

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

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

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