#FFA679

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

Shades of Light Salmon #FFA679

Tints of Light Salmon #FFA679

Color information

#FFA679 (or 0xFFA679) is unknown color: approx Light Salmon. HEX triplet: FF, A6 and 79. RGB value is (255,166,121). Sum of RGB (Red+Green+Blue) = 255+166+121=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA679 is #005986. Grayscale: #BBBBBB. Windows color (decimal): -22919 or 7972607. OLE color: 7972607.

HSL color Cylindrical-coordinate representation of color #FFA679: hue angle of 20.15º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFA679 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255166121-
CMYK00.350.530
HSL20.15º100%73.73%-
HSV(B)20.15º52.55%100%-
XYZ58.3349.9124.65-
YUV187.4890.49176.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 121 (47.66% from 255) = 22.32%
R=47.05%
G=30.63%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516612100.350.53020.1510073.73
HexFFA67902335014644a
Octal37724617104365024144112
Binary11111111101001101111001010001111010101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA679; }

 p { color: rgb(255,166,121); }

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

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

 a { background-color: rgb(255,166,121); }

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

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

 span { border-color: rgb(255,166,121); }

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