Html Css Color HEX #FDA382 Light Salmon

📋 copy color: '#FDA382'

red 253 ◦ green 163 ◦ blue 130

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

Shades of Light Salmon #FDA382

Tints of Light Salmon #FDA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.85%

 BLUE value IS 130 (51.17% from 255) = 23.81%

R = 46.34%
G = 29.85%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA382 (or 0xFDA382) is known color: Light Salmon. HEX triplet: FD, A3 and 82. RGB value is (253,163,130). Sum of RGB (Red+Green+Blue) = 253+163+130=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA382 is #025C7D. Grayscale: #BABABA. Windows color (decimal): -154750 or 8561661. OLE color: 8561661.

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

Color convert

RGB 253 163 130 -
CMYK 0 0.36 0.49 0.01
HSL 16.1º 0.97% 0.75% -
HSV(B) 16.1º 0.49% 0.99% -
XYZ 57.63 48.69 27.48 -
YUV 186.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 253 163 130 0 0.36 0.49 0.01 16.1 0.97 0.75
Hex FD A3 82 0 24 31 1 10 61 4B
Octal 375 243 202 0 44 61 1 20 141 113
Binary 11111101 10100011 10000010 0 100100 110001 1 10000 1100001 1001011

Color Harmonies of #FDA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA382

Black with #FDA382

Text Example


Text Example

White with #FDA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA382; }

 p { color: rgb(253,163,130); }

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

background-color css

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

 a { background-color: rgb(253,163,130); }

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

border-color css

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

 span { border-color: rgb(253,163,130); }

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