#FCA17F

Color #FCA17F Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FCA17F

Tints of Light Salmon #FCA17F

Color information

#FCA17F (or 0xFCA17F) is unknown color: approx Light Salmon. HEX triplet: FC, A1 and 7F. RGB value is (252,161,127). Sum of RGB (Red+Green+Blue) = 252+161+127=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA17F is #035E80. Grayscale: #B8B8B8. Windows color (decimal): -220801 or 8364540. OLE color: 8364540.

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

Color convert

RGB252161127-
CMYK00.360.500.01
HSL16.32º95.42%74.31%-
HSV(B)16.32º49.6%98.82%-
XYZ56.7247.7226.3-
YUV184.3395.65176.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 127 (50% from 255) = 23.52%
R=46.67%
G=29.81%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216112700.360.500.0116.3295.4274.31
HexFCA17F024321105f4a
Octal37424117704462120137112
Binary11111100101000011111111010010011001011000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA17F; }

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

 H1.HeaderClassName
 {
   color: #FCA17F;
 }
 .AnyTagClassName
 {
   color: #FCA17F;
 }
</style>
background-color css

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

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

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

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

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

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