#FCA77F

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

Shades of Light Salmon #FCA77F

Tints of Light Salmon #FCA77F

Color information

#FCA77F (or 0xFCA77F) is unknown color: approx Light Salmon. HEX triplet: FC, A7 and 7F. RGB value is (252,167,127). Sum of RGB (Red+Green+Blue) = 252+167+127=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA77F is #035880. Grayscale: #BCBCBC. Windows color (decimal): -219265 or 8366076. OLE color: 8366076.

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

Color convert

RGB252167127-
CMYK00.340.500.01
HSL19.2º95.42%74.31%-
HSV(B)19.2º49.6%98.82%-
XYZ57.7949.8726.66-
YUV187.8693.66173.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 127 (50% from 255) = 23.26%
R=46.15%
G=30.59%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216712700.340.500.0119.295.4274.31
HexFCA77F022321135f4a
Octal37424717704262123137112
Binary11111100101001111111111010001011001011001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA77F; }

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

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

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

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

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

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

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

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