Html Css Color HEX #FDA679 Light Salmon

📋 copy color: '#FDA679'

red 253 ◦ green 166 ◦ blue 121

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

Shades of Light Salmon #FDA679

Tints of Light Salmon #FDA679

RGB

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

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

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

R = 46.85%
G = 30.74%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDA679 (or 0xFDA679) is known color: Light Salmon. HEX triplet: FD, A6 and 79. RGB value is (253,166,121). Sum of RGB (Red+Green+Blue) = 253+166+121=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA679 is #025986. Grayscale: #BBBBBB. Windows color (decimal): -153991 or 7972605. OLE color: 7972605.

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

Color convert

RGB 253 166 121 -
CMYK 0 0.34 0.52 0.01
HSL 20.45º 0.97% 0.73% -
HSV(B) 20.45º 0.52% 0.99% -
XYZ 57.6 49.54 24.61 -
YUV 186.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 253 166 121 0 0.34 0.52 0.01 20.45 0.97 0.73
Hex FD A6 79 0 22 34 1 14 61 49
Octal 375 246 171 0 42 64 1 24 141 111
Binary 11111101 10100110 1111001 0 100010 110100 1 10100 1100001 1001001

Color Harmonies of #FDA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA679

Black with #FDA679

Text Example


Text Example

White with #FDA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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