Html Css Color HEX #FDA477 Light Salmon

📋 copy color: '#FDA477'

red 253 ◦ green 164 ◦ blue 119

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

Shades of Light Salmon #FDA477

Tints of Light Salmon #FDA477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 47.2%
G = 30.6%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA477 (or 0xFDA477) is known color: Light Salmon. HEX triplet: FD, A4 and 77. RGB value is (253,164,119). Sum of RGB (Red+Green+Blue) = 253+164+119=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA477 is #025B88. Grayscale: #B9B9B9. Windows color (decimal): -154505 or 7841021. OLE color: 7841021.

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

Color convert

RGB 253 164 119 -
CMYK 0 0.35 0.53 0.01
HSL 20.15º 0.97% 0.73% -
HSV(B) 20.15º 0.53% 0.99% -
XYZ 57.11 48.77 23.86 -
YUV 185.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 253 164 119 0 0.35 0.53 0.01 20.15 0.97 0.73
Hex FD A4 77 0 23 35 1 14 61 49
Octal 375 244 167 0 43 65 1 24 141 111
Binary 11111101 10100100 1110111 0 100011 110101 1 10100 1100001 1001001

Color Harmonies of #FDA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA477

Black with #FDA477

Text Example


Text Example

White with #FDA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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