Html Css Color HEX #FDA379 Light Salmon

📋 copy color: '#FDA379'

red 253 ◦ green 163 ◦ blue 121

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

Shades of Light Salmon #FDA379

Tints of Light Salmon #FDA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 47.11%
G = 30.35%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDA379 (or 0xFDA379) is known color: Light Salmon. HEX triplet: FD, A3 and 79. RGB value is (253,163,121). Sum of RGB (Red+Green+Blue) = 253+163+121=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA379 is #025C86. Grayscale: #B9B9B9. Windows color (decimal): -154759 or 7971837. OLE color: 7971837.

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

Color convert

RGB 253 163 121 -
CMYK 0 0.36 0.52 0.01
HSL 19.09º 0.97% 0.73% -
HSV(B) 19.09º 0.52% 0.99% -
XYZ 57.06 48.46 24.44 -
YUV 185.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 253 163 121 0 0.36 0.52 0.01 19.09 0.97 0.73
Hex FD A3 79 0 24 34 1 13 61 49
Octal 375 243 171 0 44 64 1 23 141 111
Binary 11111101 10100011 1111001 0 100100 110100 1 10011 1100001 1001001

Color Harmonies of #FDA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA379

Black with #FDA379

Text Example


Text Example

White with #FDA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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