Html Css Color HEX #FDA384 Light Salmon

📋 copy color: '#FDA384'

red 253 ◦ green 163 ◦ blue 132

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

Shades of Light Salmon #FDA384

Tints of Light Salmon #FDA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.09%

R = 46.17%
G = 29.74%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA384 (or 0xFDA384) is known color: Light Salmon. HEX triplet: FD, A3 and 84. RGB value is (253,163,132). Sum of RGB (Red+Green+Blue) = 253+163+132=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA384 is #025C7B. Grayscale: #BABABA. Windows color (decimal): -154748 or 8692733. OLE color: 8692733.

HSL color Cylindrical-coordinate representation of color #FDA384: hue angle of 15.37º 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 #FDA384 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 132 -
CMYK 0 0.36 0.48 0.01
HSL 15.37º 0.97% 0.75% -
HSV(B) 15.37º 0.48% 0.99% -
XYZ 57.77 48.74 28.19 -
YUV 186.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 253 163 132 0 0.36 0.48 0.01 15.37 0.97 0.75
Hex FD A3 84 0 24 30 1 F 61 4B
Octal 375 243 204 0 44 60 1 17 141 113
Binary 11111101 10100011 10000100 0 100100 110000 1 1111 1100001 1001011

Color Harmonies of #FDA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA384

Black with #FDA384

Text Example


Text Example

White with #FDA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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