Html Css Color HEX #FFA683 Light Salmon

📋 copy color: '#FFA683'

red 255 ◦ green 166 ◦ blue 131

#FFA683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FFA683

Tints of Light Salmon #FFA683

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 131 (51.56% from 255) = 23.73%

R = 46.2%
G = 30.07%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFA683 (or 0xFFA683) is known color: 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

RGB 255 166 131 -
CMYK 0 0.35 0.49 0
HSL 16.94º 1% 0.76% -
HSV(B) 16.94º 0.49% 1% -
XYZ 58.97 50.17 28.05 -
YUV 188.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 255 166 131 0 0.35 0.49 0 16.94 1 0.76
Hex FF A6 83 0 23 31 0 11 64 4C
Octal 377 246 203 0 43 61 0 21 144 114
Binary 11111111 10100110 10000011 0 100011 110001 0 10001 1100100 1001100

Color Harmonies of #FFA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA683

Black with #FFA683

Text Example


Text Example

White with #FFA683

Text Example


Text Example

HTML Codes & Css Web 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>