Html Css Color HEX #FCA37C Light Salmon

📋 copy color: '#FCA37C'

red 252 ◦ green 163 ◦ blue 124

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

Shades of Light Salmon #FCA37C

Tints of Light Salmon #FCA37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

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

R = 46.75%
G = 30.24%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCA37C (or 0xFCA37C) is known color: Light Salmon. HEX triplet: FC, A3 and 7C. RGB value is (252,163,124). Sum of RGB (Red+Green+Blue) = 252+163+124=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA37C is #035C83. Grayscale: #B9B9B9. Windows color (decimal): -220292 or 8168444. OLE color: 8168444.

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

Color convert

RGB 252 163 124 -
CMYK 0 0.35 0.51 0.01
HSL 18.28º 0.96% 0.74% -
HSV(B) 18.28º 0.51% 0.99% -
XYZ 56.88 48.35 25.4 -
YUV 185.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 252 163 124 0 0.35 0.51 0.01 18.28 0.96 0.74
Hex FC A3 7C 0 23 33 1 12 60 4A
Octal 374 243 174 0 43 63 1 22 140 112
Binary 11111100 10100011 1111100 0 100011 110011 1 10010 1100000 1001010

Color Harmonies of #FCA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA37C

Black with #FCA37C

Text Example


Text Example

White with #FCA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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