Html Css Color HEX #FC7D76 Salmon

📋 copy color: '#FC7D76'

red 252 ◦ green 125 ◦ blue 118

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

Shades of Salmon #FC7D76

Tints of Salmon #FC7D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

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

R = 50.91%
G = 25.25%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7D76 (or 0xFC7D76) is known color: Salmon. HEX triplet: FC, 7D and 76. RGB value is (252,125,118). Sum of RGB (Red+Green+Blue) = 252+125+118=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D76 is #038289. Grayscale: #A2A2A2. Windows color (decimal): -230026 or 7765500. OLE color: 7765500.

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

Color convert

RGB 252 125 118 -
CMYK 0 0.50 0.53 0.01
HSL 3.13º 0.96% 0.73% -
HSV(B) 3.13º 0.53% 0.99% -
XYZ 50.75 36.67 21.54 -
YUV 162.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 252 125 118 0 0.50 0.53 0.01 3.13 0.96 0.73
Hex FC 7D 76 0 32 35 1 3 60 49
Octal 374 175 166 0 62 65 1 3 140 111
Binary 11111100 1111101 1110110 0 110010 110101 1 11 1100000 1001001

Color Harmonies of #FC7D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D76

Black with #FC7D76

Text Example


Text Example

White with #FC7D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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