Html Css Color HEX #FC9C77 Light Salmon

📋 copy color: '#FC9C77'

red 252 ◦ green 156 ◦ blue 119

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

Shades of Light Salmon #FC9C77

Tints of Light Salmon #FC9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.6%

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

R = 47.82%
G = 29.6%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC9C77 (or 0xFC9C77) is known color: Light Salmon. HEX triplet: FC, 9C and 77. RGB value is (252,156,119). Sum of RGB (Red+Green+Blue) = 252+156+119=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C77 is #036388. Grayscale: #B4B4B4. Windows color (decimal): -222089 or 7838972. OLE color: 7838972.

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

Color convert

RGB 252 156 119 -
CMYK 0 0.38 0.53 0.01
HSL 16.69º 0.96% 0.73% -
HSV(B) 16.69º 0.53% 0.99% -
XYZ 55.36 45.8 23.38 -
YUV 180.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 252 156 119 0 0.38 0.53 0.01 16.69 0.96 0.73
Hex FC 9C 77 0 26 35 1 11 60 49
Octal 374 234 167 0 46 65 1 21 140 111
Binary 11111100 10011100 1110111 0 100110 110101 1 10001 1100000 1001001

Color Harmonies of #FC9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C77

Black with #FC9C77

Text Example


Text Example

White with #FC9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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