Html Css Color HEX #FDA580 Light Salmon

📋 copy color: '#FDA580'

red 253 ◦ green 165 ◦ blue 128

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

Shades of Light Salmon #FDA580

Tints of Light Salmon #FDA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 46.34%
G = 30.22%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA580 (or 0xFDA580) is known color: Light Salmon. HEX triplet: FD, A5 and 80. RGB value is (253,165,128). Sum of RGB (Red+Green+Blue) = 253+165+128=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA580 is #025A7F. Grayscale: #BBBBBB. Windows color (decimal): -154240 or 8431101. OLE color: 8431101.

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

Color convert

RGB 253 165 128 -
CMYK 0 0.35 0.49 0.01
HSL 17.76º 0.97% 0.75% -
HSV(B) 17.76º 0.49% 0.99% -
XYZ 57.86 49.35 26.9 -
YUV 187.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 253 165 128 0 0.35 0.49 0.01 17.76 0.97 0.75
Hex FD A5 80 0 23 31 1 12 61 4B
Octal 375 245 200 0 43 61 1 22 141 113
Binary 11111101 10100101 10000000 0 100011 110001 1 10010 1100001 1001011

Color Harmonies of #FDA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA580

Black with #FDA580

Text Example


Text Example

White with #FDA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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