Html Css Color HEX #FDA482 Light Salmon

📋 copy color: '#FDA482'

red 253 ◦ green 164 ◦ blue 130

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

Shades of Light Salmon #FDA482

Tints of Light Salmon #FDA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

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

R = 46.25%
G = 29.98%
B = 23.77%

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

#FDA482 (or 0xFDA482) is known color: Light Salmon. HEX triplet: FD, A4 and 82. RGB value is (253,164,130). Sum of RGB (Red+Green+Blue) = 253+164+130=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA482 is #025B7D. Grayscale: #BABABA. Windows color (decimal): -154494 or 8561917. OLE color: 8561917.

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

Color convert

RGB 253 164 130 -
CMYK 0 0.35 0.49 0.01
HSL 16.59º 0.97% 0.75% -
HSV(B) 16.59º 0.49% 0.99% -
XYZ 57.81 49.05 27.54 -
YUV 186.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 253 164 130 0 0.35 0.49 0.01 16.59 0.97 0.75
Hex FD A4 82 0 23 31 1 11 61 4B
Octal 375 244 202 0 43 61 1 21 141 113
Binary 11111101 10100100 10000010 0 100011 110001 1 10001 1100001 1001011

Color Harmonies of #FDA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA482

Black with #FDA482

Text Example


Text Example

White with #FDA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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