Html Css Color HEX #FC9E77 Light Salmon

📋 copy color: '#FC9E77'

red 252 ◦ green 158 ◦ blue 119

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

Shades of Light Salmon #FC9E77

Tints of Light Salmon #FC9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

 BLUE value IS 119 (46.88% from 255) = 22.5%

R = 47.64%
G = 29.87%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC9E77 (or 0xFC9E77) is known color: Light Salmon. HEX triplet: FC, 9E and 77. RGB value is (252,158,119). Sum of RGB (Red+Green+Blue) = 252+158+119=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E77 is #036188. Grayscale: #B5B5B5. Windows color (decimal): -221577 or 7839484. OLE color: 7839484.

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

Color convert

RGB 252 158 119 -
CMYK 0 0.37 0.53 0.01
HSL 17.59º 0.96% 0.73% -
HSV(B) 17.59º 0.53% 0.99% -
XYZ 55.7 46.48 23.49 -
YUV 181.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 252 158 119 0 0.37 0.53 0.01 17.59 0.96 0.73
Hex FC 9E 77 0 25 35 1 12 60 49
Octal 374 236 167 0 45 65 1 22 140 111
Binary 11111100 10011110 1110111 0 100101 110101 1 10010 1100000 1001001

Color Harmonies of #FC9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E77

Black with #FC9E77

Text Example


Text Example

White with #FC9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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