Html Css Color HEX #FC7978 Salmon

📋 copy color: '#FC7978'

red 252 ◦ green 121 ◦ blue 120

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

Shades of Salmon #FC7978

Tints of Salmon #FC7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 51.12%
G = 24.54%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC7978 (or 0xFC7978) is known color: Salmon. HEX triplet: FC, 79 and 78. RGB value is (252,121,120). Sum of RGB (Red+Green+Blue) = 252+121+120=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7978 is #038687. Grayscale: #A0A0A0. Windows color (decimal): -231048 or 7895548. OLE color: 7895548.

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

Color convert

RGB 252 121 120 -
CMYK 0 0.52 0.52 0.01
HSL 0.45º 0.96% 0.73% -
HSV(B) 0.45º 0.52% 0.99% -
XYZ 50.37 35.73 22.01 -
YUV 160.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 252 121 120 0 0.52 0.52 0.01 0.45 0.96 0.73
Hex FC 79 78 0 34 34 1 0 60 49
Octal 374 171 170 0 64 64 1 0 140 111
Binary 11111100 1111001 1111000 0 110100 110100 1 0 1100000 1001001

Color Harmonies of #FC7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7978

Black with #FC7978

Text Example


Text Example

White with #FC7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7978; }

 p { color: rgb(252,121,120); }

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

background-color css

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

 a { background-color: rgb(252,121,120); }

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

border-color css

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

 span { border-color: rgb(252,121,120); }

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