Html Css Color HEX #FCA57C Light Salmon

📋 copy color: '#FCA57C'

red 252 ◦ green 165 ◦ blue 124

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

Shades of Light Salmon #FCA57C

Tints of Light Salmon #FCA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

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

R = 46.58%
G = 30.5%
B = 22.92%

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

#FCA57C (or 0xFCA57C) is known color: Light Salmon. HEX triplet: FC, A5 and 7C. RGB value is (252,165,124). Sum of RGB (Red+Green+Blue) = 252+165+124=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA57C is #035A83. Grayscale: #BABABA. Windows color (decimal): -219780 or 8168956. OLE color: 8168956.

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

Color convert

RGB 252 165 124 -
CMYK 0 0.35 0.51 0.01
HSL 19.22º 0.96% 0.74% -
HSV(B) 19.22º 0.51% 0.99% -
XYZ 57.24 49.06 25.52 -
YUV 186.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 252 165 124 0 0.35 0.51 0.01 19.22 0.96 0.74
Hex FC A5 7C 0 23 33 1 13 60 4A
Octal 374 245 174 0 43 63 1 23 140 112
Binary 11111100 10100101 1111100 0 100011 110011 1 10011 1100000 1001010

Color Harmonies of #FCA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA57C

Black with #FCA57C

Text Example


Text Example

White with #FCA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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