Html Css Color HEX #FC7976 Salmon

📋 copy color: '#FC7976'

red 252 ◦ green 121 ◦ blue 118

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

Shades of Salmon #FC7976

Tints of Salmon #FC7976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 51.32%
G = 24.64%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7976 (or 0xFC7976) is known color: Salmon. HEX triplet: FC, 79 and 76. RGB value is (252,121,118). Sum of RGB (Red+Green+Blue) = 252+121+118=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7976 is #038689. Grayscale: #9F9F9F. Windows color (decimal): -231050 or 7764476. OLE color: 7764476.

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

Color convert

RGB 252 121 118 -
CMYK 0 0.52 0.53 0.01
HSL 1.34º 0.96% 0.73% -
HSV(B) 1.34º 0.53% 0.99% -
XYZ 50.25 35.68 21.38 -
YUV 159.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 252 121 118 0 0.52 0.53 0.01 1.34 0.96 0.73
Hex FC 79 76 0 34 35 1 1 60 49
Octal 374 171 166 0 64 65 1 1 140 111
Binary 11111100 1111001 1110110 0 110100 110101 1 1 1100000 1001001

Color Harmonies of #FC7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7976

Black with #FC7976

Text Example


Text Example

White with #FC7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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