#FFA683

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

Shades of Light Salmon #FFA683

Tints of Light Salmon #FFA683

Color information

#FFA683 (or 0xFFA683) is unknown color: approx Light Salmon. HEX triplet: FF, A6 and 83. RGB value is (255,166,131). Sum of RGB (Red+Green+Blue) = 255+166+131=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA683 is #00597C. Grayscale: #BCBCBC. Windows color (decimal): -22909 or 8627967. OLE color: 8627967.

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

Color convert

RGB255166131-
CMYK00.350.490
HSL16.94º100%75.69%-
HSV(B)16.94º48.63%100%-
XYZ58.9750.1728.05-
YUV188.6295.49175.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=46.20%
G=30.07%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516613100.350.49016.9410075.69
HexFFA68302331011644c
Octal37724620304361021144114
Binary111111111010011010000011010001111000101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA683; }

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

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

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

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

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

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

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

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