Html Css Color HEX #FDA17F Light Salmon

📋 copy color: '#FDA17F'

red 253 ◦ green 161 ◦ blue 127

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

Shades of Light Salmon #FDA17F

Tints of Light Salmon #FDA17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.48%

R = 46.77%
G = 29.76%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA17F (or 0xFDA17F) is known color: Light Salmon. HEX triplet: FD, A1 and 7F. RGB value is (253,161,127). Sum of RGB (Red+Green+Blue) = 253+161+127=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA17F is #025E80. Grayscale: #B8B8B8. Windows color (decimal): -155265 or 8364541. OLE color: 8364541.

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

Color convert

RGB 253 161 127 -
CMYK 0 0.36 0.50 0.01
HSL 16.19º 0.97% 0.75% -
HSV(B) 16.19º 0.5% 0.99% -
XYZ 57.08 47.9 26.32 -
YUV 184.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 253 161 127 0 0.36 0.50 0.01 16.19 0.97 0.75
Hex FD A1 7F 0 24 32 1 10 61 4B
Octal 375 241 177 0 44 62 1 20 141 113
Binary 11111101 10100001 1111111 0 100100 110010 1 10000 1100001 1001011

Color Harmonies of #FDA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA17F

Black with #FDA17F

Text Example


Text Example

White with #FDA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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