Html Css Color HEX #FC9C7C Light Salmon

📋 copy color: '#FC9C7C'

red 252 ◦ green 156 ◦ blue 124

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

Shades of Light Salmon #FC9C7C

Tints of Light Salmon #FC9C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 47.37%
G = 29.32%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC9C7C (or 0xFC9C7C) is known color: Light Salmon. HEX triplet: FC, 9C and 7C. RGB value is (252,156,124). Sum of RGB (Red+Green+Blue) = 252+156+124=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C7C is #036383. Grayscale: #B5B5B5. Windows color (decimal): -222084 or 8166652. OLE color: 8166652.

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

Color convert

RGB 252 156 124 -
CMYK 0 0.38 0.51 0.01
HSL 15º 0.96% 0.74% -
HSV(B) 15º 0.51% 0.99% -
XYZ 55.67 45.93 25 -
YUV 181.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 252 156 124 0 0.38 0.51 0.01 15 0.96 0.74
Hex FC 9C 7C 0 26 33 1 F 60 4A
Octal 374 234 174 0 46 63 1 17 140 112
Binary 11111100 10011100 1111100 0 100110 110011 1 1111 1100000 1001010

Color Harmonies of #FC9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C7C

Black with #FC9C7C

Text Example


Text Example

White with #FC9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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