Html Css Color HEX #FDA982 Light Salmon

📋 copy color: '#FDA982'

red 253 ◦ green 169 ◦ blue 130

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

Shades of Light Salmon #FDA982

Tints of Light Salmon #FDA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.62%

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

R = 45.83%
G = 30.62%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA982 (or 0xFDA982) is known color: Light Salmon. HEX triplet: FD, A9 and 82. RGB value is (253,169,130). Sum of RGB (Red+Green+Blue) = 253+169+130=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA982 is #02567D. Grayscale: #BDBDBD. Windows color (decimal): -153214 or 8563197. OLE color: 8563197.

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

Color convert

RGB 253 169 130 -
CMYK 0 0.33 0.49 0.01
HSL 19.02º 0.97% 0.75% -
HSV(B) 19.02º 0.49% 0.99% -
XYZ 58.73 50.87 27.84 -
YUV 189.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 253 169 130 0 0.33 0.49 0.01 19.02 0.97 0.75
Hex FD A9 82 0 21 31 1 13 61 4B
Octal 375 251 202 0 41 61 1 23 141 113
Binary 11111101 10101001 10000010 0 100001 110001 1 10011 1100001 1001011

Color Harmonies of #FDA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA982

Black with #FDA982

Text Example


Text Example

White with #FDA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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