Html Css Color HEX #FDA175 Light Salmon

📋 copy color: '#FDA175'

red 253 ◦ green 161 ◦ blue 117

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

Shades of Light Salmon #FDA175

Tints of Light Salmon #FDA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

 BLUE value IS 117 (46.09% from 255) = 22.03%

R = 47.65%
G = 30.32%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA175 (or 0xFDA175) is known color: Light Salmon. HEX triplet: FD, A1 and 75. RGB value is (253,161,117). Sum of RGB (Red+Green+Blue) = 253+161+117=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA175 is #025E8A. Grayscale: #B7B7B7. Windows color (decimal): -155275 or 7709181. OLE color: 7709181.

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

Color convert

RGB 253 161 117 -
CMYK 0 0.36 0.54 0.01
HSL 19.41º 0.97% 0.73% -
HSV(B) 19.41º 0.54% 0.99% -
XYZ 56.46 47.66 23.05 -
YUV 183.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 253 161 117 0 0.36 0.54 0.01 19.41 0.97 0.73
Hex FD A1 75 0 24 36 1 13 61 49
Octal 375 241 165 0 44 66 1 23 141 111
Binary 11111101 10100001 1110101 0 100100 110110 1 10011 1100001 1001001

Color Harmonies of #FDA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA175

Black with #FDA175

Text Example


Text Example

White with #FDA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA175; }

 p { color: rgb(253,161,117); }

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

background-color css

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

 a { background-color: rgb(253,161,117); }

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

border-color css

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

 span { border-color: rgb(253,161,117); }

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