Html Css Color HEX #FDA680 Light Salmon

📋 copy color: '#FDA680'

red 253 ◦ green 166 ◦ blue 128

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

Shades of Light Salmon #FDA680

Tints of Light Salmon #FDA680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 46.25%
G = 30.35%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA680 (or 0xFDA680) is known color: Light Salmon. HEX triplet: FD, A6 and 80. RGB value is (253,166,128). Sum of RGB (Red+Green+Blue) = 253+166+128=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA680 is #02597F. Grayscale: #BBBBBB. Windows color (decimal): -153984 or 8431357. OLE color: 8431357.

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

Color convert

RGB 253 166 128 -
CMYK 0 0.34 0.49 0.01
HSL 18.24º 0.97% 0.75% -
HSV(B) 18.24º 0.49% 0.99% -
XYZ 58.04 49.71 26.96 -
YUV 187.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 253 166 128 0 0.34 0.49 0.01 18.24 0.97 0.75
Hex FD A6 80 0 22 31 1 12 61 4B
Octal 375 246 200 0 42 61 1 22 141 113
Binary 11111101 10100110 10000000 0 100010 110001 1 10010 1100001 1001011

Color Harmonies of #FDA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA680

Black with #FDA680

Text Example


Text Example

White with #FDA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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