Html Css Color HEX #FCA17D Light Salmon

📋 copy color: '#FCA17D'

red 252 ◦ green 161 ◦ blue 125

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

Shades of Light Salmon #FCA17D

Tints of Light Salmon #FCA17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 46.84%
G = 29.93%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCA17D (or 0xFCA17D) is known color: Light Salmon. HEX triplet: FC, A1 and 7D. RGB value is (252,161,125). Sum of RGB (Red+Green+Blue) = 252+161+125=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA17D is #035E82. Grayscale: #B8B8B8. Windows color (decimal): -220803 or 8233468. OLE color: 8233468.

HSL color Cylindrical-coordinate representation of color #FCA17D: hue angle of 17.01º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCA17D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 161 125 -
CMYK 0 0.36 0.50 0.01
HSL 17.01º 0.95% 0.74% -
HSV(B) 17.01º 0.5% 0.99% -
XYZ 56.59 47.67 25.62 -
YUV 184.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 252 161 125 0 0.36 0.50 0.01 17.01 0.95 0.74
Hex FC A1 7D 0 24 32 1 11 5F 4A
Octal 374 241 175 0 44 62 1 21 137 112
Binary 11111100 10100001 1111101 0 100100 110010 1 10001 1011111 1001010

Color Harmonies of #FCA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA17D

Black with #FCA17D

Text Example


Text Example

White with #FCA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA17D; }

 p { color: rgb(252,161,125); }

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

background-color css

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

 a { background-color: rgb(252,161,125); }

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

border-color css

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

 span { border-color: rgb(252,161,125); }

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