#FCA481

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

Shades of Light Salmon #FCA481

Tints of Light Salmon #FCA481

Color information

#FCA481 (or 0xFCA481) is unknown color: approx Light Salmon. HEX triplet: FC, A4 and 81. RGB value is (252,164,129). Sum of RGB (Red+Green+Blue) = 252+164+129=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA481 is #035B7E. Grayscale: #BABABA. Windows color (decimal): -220031 or 8496380. OLE color: 8496380.

HSL color Cylindrical-coordinate representation of color #FCA481: hue angle of 17.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCA481 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252164129-
CMYK00.350.490.01
HSL17.07º95.35%74.71%-
HSV(B)17.07º48.81%98.82%-
XYZ57.3848.8327.17-
YUV186.3295.65174.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=46.24%
G=30.09%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216412900.350.490.0117.0795.3574.71
HexFCA481023311115f4b
Octal37424420104361121137113
Binary111111001010010010000001010001111000111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA481; }

 p { color: rgb(252,164,129); }

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

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

 a { background-color: rgb(252,164,129); }

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

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

 span { border-color: rgb(252,164,129); }

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