#FCA277

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

Shades of Light Salmon #FCA277

Tints of Light Salmon #FCA277

Color information

#FCA277 (or 0xFCA277) is unknown color: approx Light Salmon. HEX triplet: FC, A2 and 77. RGB value is (252,162,119). Sum of RGB (Red+Green+Blue) = 252+162+119=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA277 is #035D88. Grayscale: #B8B8B8. Windows color (decimal): -220553 or 7840508. OLE color: 7840508.

HSL color Cylindrical-coordinate representation of color #FCA277: hue angle of 19.4º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCA277 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252162119-
CMYK00.360.530.01
HSL19.4º95.68%72.75%-
HSV(B)19.4º52.78%98.82%-
XYZ56.3947.8723.72-
YUV184.0191.32176.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 119 (46.88% from 255) = 22.33%
R=47.28%
G=30.39%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216211900.360.530.0119.495.6872.75
HexFCA277024351136049
Octal37424216704465123140111
Binary11111100101000101110111010010011010111001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA277; }

 p { color: rgb(252,162,119); }

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

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

 a { background-color: rgb(252,162,119); }

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

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

 span { border-color: rgb(252,162,119); }

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