Html Css Color HEX #FC9F7C Light Salmon

📋 copy color: '#FC9F7C'

red 252 ◦ green 159 ◦ blue 124

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

Shades of Light Salmon #FC9F7C

Tints of Light Salmon #FC9F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

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

R = 47.1%
G = 29.72%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC9F7C (or 0xFC9F7C) is known color: Light Salmon. HEX triplet: FC, 9F and 7C. RGB value is (252,159,124). Sum of RGB (Red+Green+Blue) = 252+159+124=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F7C is #036083. Grayscale: #B7B7B7. Windows color (decimal): -221316 or 8167420. OLE color: 8167420.

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

Color convert

RGB 252 159 124 -
CMYK 0 0.37 0.51 0.01
HSL 16.41º 0.96% 0.74% -
HSV(B) 16.41º 0.51% 0.99% -
XYZ 56.18 46.95 25.17 -
YUV 182.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 252 159 124 0 0.37 0.51 0.01 16.41 0.96 0.74
Hex FC 9F 7C 0 25 33 1 10 60 4A
Octal 374 237 174 0 45 63 1 20 140 112
Binary 11111100 10011111 1111100 0 100101 110011 1 10000 1100000 1001010

Color Harmonies of #FC9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F7C

Black with #FC9F7C

Text Example


Text Example

White with #FC9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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