Html Css Color HEX #FDA582 Light Salmon

📋 copy color: '#FDA582'

red 253 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #FDA582

Tints of Light Salmon #FDA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.72%

R = 46.17%
G = 30.11%
B = 23.72%

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

#FDA582 (or 0xFDA582) is known color: Light Salmon. HEX triplet: FD, A5 and 82. RGB value is (253,165,130). Sum of RGB (Red+Green+Blue) = 253+165+130=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA582 is #025A7D. Grayscale: #BBBBBB. Windows color (decimal): -154238 or 8562173. OLE color: 8562173.

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

Color convert

RGB 253 165 130 -
CMYK 0 0.35 0.49 0.01
HSL 17.07º 0.97% 0.75% -
HSV(B) 17.07º 0.49% 0.99% -
XYZ 57.99 49.4 27.6 -
YUV 187.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 253 165 130 0 0.35 0.49 0.01 17.07 0.97 0.75
Hex FD A5 82 0 23 31 1 11 61 4B
Octal 375 245 202 0 43 61 1 21 141 113
Binary 11111101 10100101 10000010 0 100011 110001 1 10001 1100001 1001011

Color Harmonies of #FDA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA582

Black with #FDA582

Text Example


Text Example

White with #FDA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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