Html Css Color HEX #FDA683 Light Salmon

📋 copy color: '#FDA683'

red 253 ◦ green 166 ◦ blue 131

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

Shades of Light Salmon #FDA683

Tints of Light Salmon #FDA683

RGB

 RED value IS 253 (99.22% from 255) = 46%

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

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

R = 46%
G = 30.18%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA683 (or 0xFDA683) is known color: Light Salmon. HEX triplet: FD, A6 and 83. RGB value is (253,166,131). Sum of RGB (Red+Green+Blue) = 253+166+131=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA683 is #02597C. Grayscale: #BCBCBC. Windows color (decimal): -153981 or 8627965. OLE color: 8627965.

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

Color convert

RGB 253 166 131 -
CMYK 0 0.34 0.48 0.01
HSL 17.21º 0.97% 0.75% -
HSV(B) 17.21º 0.48% 0.99% -
XYZ 58.24 49.79 28.01 -
YUV 188.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 253 166 131 0 0.34 0.48 0.01 17.21 0.97 0.75
Hex FD A6 83 0 22 30 1 11 61 4B
Octal 375 246 203 0 42 60 1 21 141 113
Binary 11111101 10100110 10000011 0 100010 110000 1 10001 1100001 1001011

Color Harmonies of #FDA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA683

Black with #FDA683

Text Example


Text Example

White with #FDA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA683; }

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

 H1.HeaderClassName
 {
   color: #FDA683;
 }
 .AnyTagClassName
 {
   color: #FDA683;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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