Html Css Color HEX #FDA584 Light Salmon

📋 copy color: '#FDA584'

red 253 ◦ green 165 ◦ blue 132

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

Shades of Light Salmon #FDA584

Tints of Light Salmon #FDA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24%

R = 46%
G = 30%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA584 (or 0xFDA584) is known color: Light Salmon. HEX triplet: FD, A5 and 84. RGB value is (253,165,132). Sum of RGB (Red+Green+Blue) = 253+165+132=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA584 is #025A7B. Grayscale: #BBBBBB. Windows color (decimal): -154236 or 8693245. OLE color: 8693245.

HSL color Cylindrical-coordinate representation of color #FDA584: hue angle of 16.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDA584 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 132 -
CMYK 0 0.35 0.48 0.01
HSL 16.36º 0.97% 0.75% -
HSV(B) 16.36º 0.48% 0.99% -
XYZ 58.13 49.46 28.31 -
YUV 187.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 253 165 132 0 0.35 0.48 0.01 16.36 0.97 0.75
Hex FD A5 84 0 23 30 1 10 61 4B
Octal 375 245 204 0 43 60 1 20 141 113
Binary 11111101 10100101 10000100 0 100011 110000 1 10000 1100001 1001011

Color Harmonies of #FDA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA584

Black with #FDA584

Text Example


Text Example

White with #FDA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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