#FFA680

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

Shades of Light Salmon #FFA680

Tints of Light Salmon #FFA680

Color information

#FFA680 (or 0xFFA680) is unknown color: approx Light Salmon. HEX triplet: FF, A6 and 80. RGB value is (255,166,128). Sum of RGB (Red+Green+Blue) = 255+166+128=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA680 is #00597F. Grayscale: #BCBCBC. Windows color (decimal): -22912 or 8431359. OLE color: 8431359.

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

Color convert

RGB255166128-
CMYK00.350.500
HSL17.95º100%75.1%-
HSV(B)17.95º49.8%100%-
XYZ58.7750.0926.99-
YUV188.2893.99175.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=46.45%
G=30.24%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516612800.350.50017.9510075.1
HexFFA68002332012644b
Octal37724620004362022144113
Binary111111111010011010000000010001111001001001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA680; }

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

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

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

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

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

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

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

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