Html Css Color HEX #FDA17D Light Salmon

📋 copy color: '#FDA17D'

red 253 ◦ green 161 ◦ blue 125

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

Shades of Light Salmon #FDA17D

Tints of Light Salmon #FDA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 46.94%
G = 29.87%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDA17D (or 0xFDA17D) is known color: Light Salmon. HEX triplet: FD, A1 and 7D. RGB value is (253,161,125). Sum of RGB (Red+Green+Blue) = 253+161+125=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA17D is #025E82. Grayscale: #B8B8B8. Windows color (decimal): -155267 or 8233469. OLE color: 8233469.

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

Color convert

RGB 253 161 125 -
CMYK 0 0.36 0.51 0.01
HSL 16.88º 0.97% 0.74% -
HSV(B) 16.88º 0.51% 0.99% -
XYZ 56.95 47.85 25.64 -
YUV 184.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 253 161 125 0 0.36 0.51 0.01 16.88 0.97 0.74
Hex FD A1 7D 0 24 33 1 11 61 4A
Octal 375 241 175 0 44 63 1 21 141 112
Binary 11111101 10100001 1111101 0 100100 110011 1 10001 1100001 1001010

Color Harmonies of #FDA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA17D

Black with #FDA17D

Text Example


Text Example

White with #FDA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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